diff options
| author | bakkeby <[email protected]> | 2020-01-24 11:25:32 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-24 11:25:32 +0100 |
| commit | d04b3899fd9a32ed454bda1ceb515f4ffcb21fba (patch) | |
| tree | c122f010722d27e4a1ffce6d565a06d1c9280128 | |
| parent | b866bf5319068c0977b2f4f7e06e29e59baa83bf (diff) | |
| download | dwm-flexipatch-d04b3899fd9a32ed454bda1ceb515f4ffcb21fba.tar.gz dwm-flexipatch-d04b3899fd9a32ed454bda1ceb515f4ffcb21fba.zip | |
Fix for using pertagbar patch, but no zoomswap patch
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1245,7 +1245,9 @@ createmon(void) m->pertag->showbars[i] = m->showbar; /* swap focus and zoomswap*/ + #if ZOOMSWAP_PATCH m->pertag->prevzooms[i] = NULL; + #endif // ZOOMSWAP_PATCH #endif // PERTAGBAR_PATCH } #endif // PERTAG_PATCH |
