From 840fdc15a20b9dd5ac61eb520006608baa7f51d8 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 21 Feb 2023 19:54:36 +0100 Subject: removed: (xmonad) gaps from screen edge --- config/X/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/X/xmonad/xmonad.hs') diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index c6cf44b..8b7ea0c 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -137,7 +137,7 @@ myLayoutPrinter x = xmobarColor colorfg colorbg x myLayout = onWorkspace "gam" Full $ - avoidStruts(gaps [(L,3), (D,3), (U,3), (R,3)] $ smartSpacing 2 $ tiled ||| Mirror tiled ||| fib ||| Full) + avoidStruts(smartSpacing 2 $ tiled ||| Mirror tiled ||| fib ||| Full) where -- default tiling algorithm partitions the screen into two panes tiled = Tall nmaster delta ratio -- cgit v1.2.3