mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Fix for using pertagbar patch, but no zoomswap patch
This commit is contained in:
parent
b866bf5319
commit
d04b3899fd
2
dwm.c
2
dwm.c
@ -1245,7 +1245,9 @@ createmon(void)
|
|||||||
m->pertag->showbars[i] = m->showbar;
|
m->pertag->showbars[i] = m->showbar;
|
||||||
|
|
||||||
/* swap focus and zoomswap*/
|
/* swap focus and zoomswap*/
|
||||||
|
#if ZOOMSWAP_PATCH
|
||||||
m->pertag->prevzooms[i] = NULL;
|
m->pertag->prevzooms[i] = NULL;
|
||||||
|
#endif // ZOOMSWAP_PATCH
|
||||||
#endif // PERTAGBAR_PATCH
|
#endif // PERTAGBAR_PATCH
|
||||||
}
|
}
|
||||||
#endif // PERTAG_PATCH
|
#endif // PERTAG_PATCH
|
||||||
|
Loading…
Reference in New Issue
Block a user