diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-21 19:54:36 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-21 19:54:36 +0100 |
commit | 840fdc15a20b9dd5ac61eb520006608baa7f51d8 (patch) | |
tree | a7c768a2f2cbcc6fad056324fb1d6b9b97bc5f5a /config/X/xmonad/xmonad.hs | |
parent | 2bcbc349a1c8d311ba4f67b986984af1f8f16b80 (diff) |
removed: (xmonad) gaps from screen edge
Diffstat (limited to 'config/X/xmonad/xmonad.hs')
-rw-r--r-- | config/X/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |