replace the two panes with tabs layout with a three columns
This commit is contained in:
parent
38b6aae11d
commit
ac5a19e806
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ import XMonad.Layout.TwoPane
|
||||||
import XMonad.Layout.Combo
|
import XMonad.Layout.Combo
|
||||||
import XMonad.Layout.Grid
|
import XMonad.Layout.Grid
|
||||||
import XMonad.Layout.IM
|
import XMonad.Layout.IM
|
||||||
|
import XMonad.Layout.ThreeColumns
|
||||||
import Data.Ratio ((%))
|
import Data.Ratio ((%))
|
||||||
import XMonad.Layout.PerWorkspace
|
import XMonad.Layout.PerWorkspace
|
||||||
import XMonad.Layout.Maximize
|
import XMonad.Layout.Maximize
|
||||||
|
|
@ -35,10 +36,11 @@ myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $ maximize $
|
||||||
-- fullscreen with tabs
|
-- fullscreen with tabs
|
||||||
simpleTabbedAlways
|
simpleTabbedAlways
|
||||||
-- Two panes, each one with its own tabs
|
-- Two panes, each one with its own tabs
|
||||||
||| combineTwo (TwoPane 0.03 0.5) simpleTabbed simpleTabbed
|
-- ||| combineTwo (TwoPane 0.03 0.5) simpleTabbed simpleTabbed
|
||||||
-- 2/3 of the screen for a master window, other ones on the right
|
-- 2/3 of the screen for a master window, other ones on the right
|
||||||
||| ResizableTall 1 (3/100) (2/3) []
|
||| ResizableTall 1 (3/100) (2/3) []
|
||||||
||| GridRatio (4/3)
|
||| GridRatio (4/3)
|
||||||
|
||| ThreeCol 1 (3/100) (1/3)
|
||||||
|
|
||||||
-- buddy lists on a small vertical pane at right,
|
-- buddy lists on a small vertical pane at right,
|
||||||
-- master windows on top of the remaining space, other ones below
|
-- master windows on top of the remaining space, other ones below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue