mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-19 06:59:56 -05:00
opt: ignore unmanged client commitnotify
This commit is contained in:
parent
4c01f09099
commit
bfe792a00b
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue