diff options
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop/shell.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml index 2888e36..304716a 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -12,6 +12,7 @@ import Quickshell import Quickshell.Io import Quickshell.Wayland +import QtQuick import "modules/appearance" import "modules/bluetooth" import "modules/kdeconnect" @@ -36,6 +37,9 @@ ShellRoot { exclusionMode: ExclusionMode.Ignore mask: Region {} WlrLayershell.keyboardFocus: WlrKeyboardFocus.None + + // The singleton has no window of its own and IdleInhibitor needs one. + Component.onCompleted: Status.inhibitWindow = keepalive } Drawer { |
