lmao
This commit is contained in:
parent
7b72c6e4d0
commit
de9063db20
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
|
||||||
-- myLayout = tiled ||| Mirror tiled ||| noBorders Full
|
-- myLayout = tiled ||| Mirror tiled ||| noBorders Full
|
||||||
myLayout = smartSpacing 4
|
myLayout = smartSpacing 4
|
||||||
$fullscreenFull
|
$fullscreenFull
|
||||||
$avoidStruts(tiled ||| Full ||| Grid ||| spiral (6/7) ||| Mirror tiled)
|
$avoidStruts(tiled ||| Full ||| Mirror tiled)
|
||||||
where
|
where
|
||||||
-- default tiling algorithm partitions the screen into two panes
|
-- default tiling algorithm partitions the screen into two panes
|
||||||
tiled = Tall nmaster delta ratio
|
tiled = Tall nmaster delta ratio
|
||||||
|
|
Loading…
Reference in a new issue