diff --git a/src/wayland/wlr_layershell/window.hpp b/src/wayland/wlr_layershell/window.hpp index 37092a6a..8ce08b5c 100644 --- a/src/wayland/wlr_layershell/window.hpp +++ b/src/wayland/wlr_layershell/window.hpp @@ -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. ///