mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Support ext-session-lock protocol
This commit is contained in:
parent
6b83385ff7
commit
d4288415c9
8 changed files with 356 additions and 1 deletions
|
|
@ -145,6 +145,9 @@ handle_compositor_keybindings(struct keyboard *keyboard,
|
|||
if (seat->active_client_while_inhibited) {
|
||||
return false;
|
||||
}
|
||||
if (seat->server->session_lock) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* If a user lets go of the modifier (e.g. alt) before the 'normal' key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue