mirror of
https://github.com/swaywm/sway.git
synced 2026-06-13 14:33:19 -04:00
Merge efa5ee7947 into 47ec005a58
This commit is contained in:
commit
cf28c0c7fd
1 changed files with 3 additions and 0 deletions
|
|
@ -1312,6 +1312,9 @@ void seat_set_focus_layer(struct sway_seat *seat,
|
|||
} else if (!layer) {
|
||||
return;
|
||||
}
|
||||
if (server.session_lock.lock) {
|
||||
return;
|
||||
}
|
||||
assert(layer->surface->mapped);
|
||||
if (layer->current.layer >= ZWLR_LAYER_SHELL_V1_LAYER_TOP &&
|
||||
layer->current.keyboard_interactive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue