mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-07 04:34:24 -05:00
opt: always arrangelayers if layer commit
This commit is contained in:
parent
7f05771df6
commit
1c35e1f42f
1 changed files with 2 additions and 2 deletions
|
|
@ -2464,10 +2464,10 @@ void commitlayersurfacenotify(struct wl_listener *listener, void *data) {
|
|||
? layers[LyrTop]
|
||||
: scene_layer));
|
||||
}
|
||||
|
||||
arrangelayers(l->mon);
|
||||
}
|
||||
|
||||
arrangelayers(l->mon);
|
||||
|
||||
if (layer_surface->current.committed &
|
||||
WLR_LAYER_SURFACE_V1_STATE_KEYBOARD_INTERACTIVITY) {
|
||||
reset_exclusive_layers_focus(l->mon);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue