diff options
| author | philw <dscr@duck.com> | 2024-05-08 00:31:33 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-05-08 00:31:33 +0200 |
| commit | a9e2d33b5fbe507406137358196f585b7a54059b (patch) | |
| tree | 94c0cbfb625ec20685a4c365d78de695ee1de98c | |
| parent | 50f2f9ec2659da70ebd3cd2ed4a60e46887bfb13 (diff) | |
| download | dwm-a9e2d33b5fbe507406137358196f585b7a54059b.tar.gz dwm-a9e2d33b5fbe507406137358196f585b7a54059b.zip | |
Restore gaps
| -rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -9,13 +9,13 @@ static const unsigned int systrayspacing = 2; /* systray spacing */ | |||
| 9 | static const int systraypinningfailfirst = | 9 | static 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*/ |
| 12 | static const int showsystray = 1; /* 0 means no systray */ | 12 | static const int showsystray = 1; /* 0 means no systray */ |
| 13 | static const unsigned int gappih = 10; /* horiz inner gap between windows */ | 13 | static const unsigned int gappih = 5; /* horiz inner gap between windows */ |
| 14 | static const unsigned int gappiv = 10; /* vert inner gap between windows */ | 14 | static const unsigned int gappiv = 5; /* vert inner gap between windows */ |
| 15 | static const unsigned int gappoh = | 15 | static const unsigned int gappoh = |
| 16 | 10; /* horiz outer gap between windows and screen edge */ | 16 | 5; /* horiz outer gap between windows and screen edge */ |
| 17 | static const unsigned int gappov = | 17 | static const unsigned int gappov = |
| 18 | 10; /* vert outer gap between windows and screen edge */ | 18 | 5; /* vert outer gap between windows and screen edge */ |
| 19 | static const int smartgaps = | 19 | static 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 */ |
| 21 | static const int swallowfloating = | 21 | static const int swallowfloating = |
