diff options
| author | bakkeby <[email protected]> | 2021-04-16 10:16:04 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-04-16 10:16:04 +0200 |
| commit | 23c76d13b5376e78c268006da57d132883d5df9b (patch) | |
| tree | 289b1affa1fe791e183760c3e83437dd8b4fd0fa /config.def.h | |
| parent | 4a45f23643ac6767affaf73f05de606e07c30fbf (diff) | |
| download | dwm-flexipatch-23c76d13b5376e78c268006da57d132883d5df9b.tar.gz dwm-flexipatch-23c76d13b5376e78c268006da57d132883d5df9b.zip | |
vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be increased when there is only one client.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index d4fd4e1..e9c2199 100644 --- a/config.def.h +++ b/config.def.h @@ -19,7 +19,7 @@ static const unsigned int gappih = 20; /* horiz inner gap between windo static const unsigned int gappiv = 10; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ -static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ +static const int smartgaps_fact = 1; /* gap factor when there is only one client; 0 = no gaps, 3 = 3x outer gaps */ #endif // VANITYGAPS_PATCH #if AUTOSTART_PATCH static const char autostartblocksh[] = "autostart_blocking.sh"; |
