{ "name": "WlrKeyboardFocus", "module": "Quickshell.Wayland", "type": "enum", "description": "WlrLayershell keyboard focus mode", "details": "See TYPE99MQS_Quickshell_Wayland99NWlrLayershell99VkeyboardFocus99Tprop99TYPE.\n", "variants": { "OnDemand": { "details": "Access to the keyboard as determined by the operating system.\n\n> [!WARNING] On some systems, `OnDemand` may cause the shell window to\n> retain focus over another window unexpectedly.\n> You should try `None` if you experience issues.\n" }, "None": { "details": "No keyboard input will be accepted.\n" }, "Exclusive": { "details": "Exclusive access to the keyboard, locking out all other windows.\n\n> [!WARNING] You **CANNOT** use this to make a secure lock screen.\n>\n> If you want to make a lock screen, use TYPE99MQS_Quickshell_Wayland99NWlSessionLock99TYPE.\n" } } }