From 197cb6a37fdf5a9308c87d60877fd39a7799f42c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 21 Jan 2026 14:34:21 -0500 Subject: remove lockscreen --- shell.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index aa23e0a..08007a1 100644 --- a/shell.qml +++ b/shell.qml @@ -11,13 +11,7 @@ import Quickshell ShellRoot { Background {} Drawers {} - Lock { - id: lock - } Shortcuts {} BatteryMonitor {} - IdleMonitors { - lock: lock - } } -- cgit v1.2.3-freya