This commit is contained in:
Sakooooo 2023-08-12 17:39:59 +03:00
parent 7b72c6e4d0
commit de9063db20
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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