opt: ignore unmanged client commitnotify

This commit is contained in:
DreamMaoMao 2025-04-16 09:38:10 +08:00
parent 4c01f09099
commit bfe792a00b

View file

@ -2637,7 +2637,7 @@ void commitnotify(struct wl_listener *listener, void *data) {
if (c == grabc)
return;
if(!c->dirty)
if(!c->dirty || client_is_unmanaged(c))
return;
struct wlr_box geometry;