This commit is contained in:
BitHeaven 2022-09-28 02:57:29 +05:00 committed by GitHub
parent 2a55058a06
commit ec68d6a3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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);
}