From 7fc895689b4ec88cb84766e0c152890f594f2012 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:41:29 +0300 Subject: [PATCH] look at the sky its the color of love --- config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 341201b7..879e0e64 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -199,7 +199,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList -- which denotes layout choice. -- -- myLayout = tiled ||| Mirror tiled ||| noBorders Full -myLayout = smartSpacing 4 +myLayout = smartSpacing 10 $fullscreenFull $avoidStruts(tiled ||| Full ||| Mirror tiled) where