aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-05-08 00:31:33 +0200
committerphilw <dscr@duck.com>2024-05-08 00:31:33 +0200
commita9e2d33b5fbe507406137358196f585b7a54059b (patch)
tree94c0cbfb625ec20685a4c365d78de695ee1de98c
parent50f2f9ec2659da70ebd3cd2ed4a60e46887bfb13 (diff)
downloaddwm-a9e2d33b5fbe507406137358196f585b7a54059b.tar.gz
dwm-a9e2d33b5fbe507406137358196f585b7a54059b.zip
Restore gaps
Diffstat (limited to '')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 2f02076..db44b6d 100644
--- a/config.h
+++ b/config.h
@@ -9,13 +9,13 @@ static const unsigned int systrayspacing = 2; /* systray spacing */
9static const int systraypinningfailfirst = 9static const int systraypinningfailfirst =
10 1; /* 1: if pinning fails, display systray on the first monitor, False: 10 1; /* 1: if pinning fails, display systray on the first monitor, False:
11 display systray on the last monitor*/ 11 display systray on the last monitor*/
12static const int showsystray = 1; /* 0 means no systray */ 12static const int showsystray = 1; /* 0 means no systray */
13static const unsigned int gappih = 10; /* horiz inner gap between windows */ 13static const unsigned int gappih = 5; /* horiz inner gap between windows */
14static const unsigned int gappiv = 10; /* vert inner gap between windows */ 14static const unsigned int gappiv = 5; /* vert inner gap between windows */
15static const unsigned int gappoh = 15static const unsigned int gappoh =
16 10; /* horiz outer gap between windows and screen edge */ 16 5; /* horiz outer gap between windows and screen edge */
17static const unsigned int gappov = 17static const unsigned int gappov =
18 10; /* vert outer gap between windows and screen edge */ 18 5; /* vert outer gap between windows and screen edge */
19static const int smartgaps = 19static const int smartgaps =
20 0; /* 1 means no outer gap when there is only one window */ 20 0; /* 1 means no outer gap when there is only one window */
21static const int swallowfloating = 21static const int swallowfloating =