that didnt work

This commit is contained in:
Sakooooo 2023-08-12 17:43:57 +03:00
parent 7fc895689b
commit 93db1c9c8b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -198,10 +198,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
-- The available layouts. Note that each layout is separated by |||, -- The available layouts. Note that each layout is separated by |||,
-- which denotes layout choice. -- which denotes layout choice.
-- --
-- myLayout = tiled ||| Mirror tiled ||| noBorders Full myLayout = tiled ||| Mirror tiled ||| noBorders Full
myLayout = smartSpacing 10
$fullscreenFull
$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