diff options
Diffstat (limited to 'config.h')
| -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 = |
