diff options
| -rw-r--r-- | desktop/shell.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml index 6a37827..2888e36 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -23,7 +23,12 @@ import "modules/vm" ShellRoot { // Quickshell exits once no window is visible, and the drawer is closed // most of the time. See AGENTS.md. + // + // It is also the window the idle inhibitor attaches to: IdleInhibitor + // needs a non-null window, and this is the one window that exists for + // the whole life of the shell. PanelWindow { + id: keepalive visible: true implicitWidth: 1 implicitHeight: 1 |
