From 24922be5e9261f78ef6f0f2b57815880a889ebf7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 17 Sep 2025 23:15:47 +1000 Subject: feat: add idle monitor Replaces hypridle --- shell.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 8a83573..a56caae 100644 --- a/shell.qml +++ b/shell.qml @@ -13,7 +13,12 @@ ShellRoot { Background {} Drawers {} AreaPicker {} - Lock {} + Lock { + id: lock + } Shortcuts {} + IdleMonitors { + lock: lock + } } -- cgit v1.2.3-freya