look at the sky its the color of love

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

View file

@ -199,7 +199,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
-- which denotes layout choice. -- which denotes layout choice.
-- --
-- myLayout = tiled ||| Mirror tiled ||| noBorders Full -- myLayout = tiled ||| Mirror tiled ||| noBorders Full
myLayout = smartSpacing 4 myLayout = smartSpacing 10
$fullscreenFull $fullscreenFull
$avoidStruts(tiled ||| Full ||| Mirror tiled) $avoidStruts(tiled ||| Full ||| Mirror tiled)
where where