asdf
This commit is contained in:
parent
ea246210ae
commit
a747fbb992
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
|
|||
-- The available layouts. Note that each layout is separated by |||,
|
||||
-- which denotes layout choice.
|
||||
--
|
||||
myLayout = tiled ||| Mirror tiled ||| noBorders Full
|
||||
myLayout = toggleLayouts (noBorders Full) (tiled ||| Mirror tiled)
|
||||
where
|
||||
-- default tiling algorithm partitions the screen into two panes
|
||||
tiled = Tall nmaster delta ratio
|
||||
|
|
Loading…
Reference in a new issue