This commit is contained in:
BitHeaven
2022-09-28 02:57:29 +05:00
committed by GitHub
parent 2a55058a06
commit ec68d6a3aa

1
dwm.c
View File

@ -1382,7 +1382,6 @@ propertynotify(XEvent *e)
}
if (ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName])
updatetitle(c);
}
if (ev->atom == netatom[NetWMWindowType])
updatewindowtype(c);
}