Adding fsignal patch and moved dwmc signal settings to config.def.h

This commit is contained in:
bakkeby
2020-02-02 11:40:24 +01:00
parent 8392323938
commit 4ddfdab30e
9 changed files with 114 additions and 37 deletions

6
dwm.c
View File

@@ -2260,10 +2260,12 @@ propertynotify(XEvent *e)
#endif // SYSTRAY_PATCH
if ((ev->window == root) && (ev->atom == XA_WM_NAME)) {
#if DWMC_PATCH
#if DWMC_PATCH || FSIGNAL_PATCH
if (!fake_signal())
#endif // DWMC_PATCH
updatestatus();
#else
updatestatus();
#endif // DWMC_PATCH / FSIGNAL_PATCH
} else if (ev->state == PropertyDelete) {
return; /* ignore */
} else if ((c = wintoclient(ev->window))) {