diff options
| author | bakkeby <[email protected]> | 2021-05-19 17:41:25 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-19 17:41:25 +0200 |
| commit | 9a0fb6c83b4b830f84f3c1294bd89a3023b69c70 (patch) | |
| tree | dda65be37699fe39516f9ab1c1de388304d1de99 /dwm.c | |
| parent | e1f28aae25865fd109f3e20f31b101afd5a80952 (diff) | |
| download | dwm-flexipatch-9a0fb6c83b4b830f84f3c1294bd89a3023b69c70.tar.gz dwm-flexipatch-9a0fb6c83b4b830f84f3c1294bd89a3023b69c70.zip | |
vanitygaps: PERTAG_VANITYGAPS_PATCH to control both gaps and whether gaps are enabled per tag ref. #147
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1653,13 +1653,11 @@ createmon(void) #endif // MONITOR_RULES_PATCH m->pertag->sellts[i] = m->sellt; - #if VANITYGAPS_PATCH + #if PERTAG_VANITYGAPS_PATCH && VANITYGAPS_PATCH m->pertag->enablegaps[i] = 1; - #if PERTAG_VANITYGAPS_PATCH m->pertag->gaps[i] = ((gappoh & 0xFF) << 0) | ((gappov & 0xFF) << 8) | ((gappih & 0xFF) << 16) | ((gappiv & 0xFF) << 24); - #endif // PERTAG_VANITYGAPS_PATCH - #endif // VANITYGAPS_PATCH + #endif // PERTAG_VANITYGAPS_PATCH | VANITYGAPS_PATCH } #endif // PERTAG_PATCH #if INSETS_PATCH |
