diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-19 16:11:13 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-19 16:11:13 +0200 |
commit | 6247465a1262f447494342bcf0b39f22b5d0d340 (patch) | |
tree | 61155b86e8e28259afcff5d788a2412b97c7053f /pkgs/dwm | |
parent | d40f3bebad9f761691abf08af4c4ce2b231ca945 (diff) | |
download | dots-6247465a1262f447494342bcf0b39f22b5d0d340.tar.gz dots-6247465a1262f447494342bcf0b39f22b5d0d340.zip |
Updates & tweaks
Diffstat (limited to 'pkgs/dwm')
-rw-r--r-- | pkgs/dwm/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/dwm/config.h b/pkgs/dwm/config.h index b8d14ac..41928c4 100644 --- a/pkgs/dwm/config.h +++ b/pkgs/dwm/config.h @@ -11,10 +11,10 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel static const unsigned int systrayspacing = 2; /* systray spacing */ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/ static const int showsystray = 1; /* 0 means no systray */ -static const unsigned int gappih = 6; /* horiz inner gap between windows */ -static const unsigned int gappiv = 6; /* vert inner gap between windows */ -static const unsigned int gappoh = 6; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 6; /* vert outer gap between windows and screen edge */ +static const unsigned int gappih = 0; /* horiz inner gap between windows */ +static const unsigned int gappiv = 0; /* vert inner gap between windows */ +static const unsigned int gappoh = 0; /* horiz outer gap between windows and screen edge */ +static const unsigned int gappov = 0; /* vert outer gap between windows and screen edge */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ |