mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Add support for screenlock protocol
This will always accept lock requests, including replacing a current locker if present. Based a prototype by: Manuel Stoeckl <code@mstoeckl.com>
This commit is contained in:
parent
30c28ff8f7
commit
2b2df8e3d8
8 changed files with 431 additions and 3 deletions
|
|
@ -19,6 +19,7 @@ protocols = [
|
|||
['idle.xml'],
|
||||
['wlr-input-inhibitor-unstable-v1.xml'],
|
||||
['wlr-output-power-management-unstable-v1.xml'],
|
||||
['wp-screenlocker-unstable-v1.xml'],
|
||||
]
|
||||
|
||||
client_protocols = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue