Revert "attempt to do fullscreen 1"

This reverts commit 64be2c122d.
This commit is contained in:
Sakooooo 2023-07-26 11:26:20 +03:00
parent cd125ad405
commit 0771c3977a
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 |||,
-- which denotes layout choice.
--
myLayout = toggleLayouts (tiled ||| Mirror tiled ||| Full)
myLayout = tiled ||| Mirror tiled ||| Full
where
-- default tiling algorithm partitions the screen into two panes
tiled = Tall nmaster delta ratio