attempt to do fullscreen 1

This commit is contained in:
Sakooooo 2023-07-26 11:24:06 +03:00
parent df5eb51039
commit 64be2c122d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -195,7 +195,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 ||| Full myLayout = toggleLayouts (tiled ||| Mirror tiled ||| Full)
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