wayland/layershell: add warning that exclusive focus is not a lock

Apparently this needed to be said.
This commit is contained in:
outfoxxed 2024-07-11 22:32:21 -07:00
parent c758421af6
commit 79cbfba48a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -38,6 +38,10 @@ enum Enum {
/// No keyboard input will be accepted.
None = 0,
/// Exclusive access to the keyboard, locking out all other windows.
///
/// > [!WARNING] You **CANNOT** use this to make a secure lock screen.
/// >
/// > If you want to make a lock screen, use [WlSessionLock](../wlsessionlock).
Exclusive = 1,
/// Access to the keyboard as determined by the operating system.
///