From ae74e79b8efdbcca54d2ccc1ab804a5567ae907d Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 6 Jun 2026 01:43:13 +0300 Subject: [PATCH] fixup! wip: quickshell: control-panel --- modules/user/quickshell.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/user/quickshell.nix b/modules/user/quickshell.nix index 1d50740..e2b2a92 100644 --- a/modules/user/quickshell.nix +++ b/modules/user/quickshell.nix @@ -175,19 +175,6 @@ in { } } - Component.onCompleted: { - grab.active = true - } - - HyprlandFocusGrab { - id: grab - windows: [ root ] - - onCleared: { - root.visible = false - Qt.quit() - } - } } ''; };