From a6af5ac882128f72252a416c78a898753669c0d9 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 15:21:52 +0100 Subject: [PATCH] quickshell: restore grabFocus for click-away dismiss Smooth close on clock click, instant dismiss on focus loss. Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 3a5d0ac..bf58e7d 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -836,6 +836,7 @@ in anchor.edges: Edges.Top | Edges.Left anchor.gravity: Edges.Bottom | Edges.Right anchor.adjustment: PopupAdjustment.Slide + grabFocus: true visible: false color: "transparent" @@ -849,6 +850,8 @@ in onVisibleChanged: { if (visible) { open = true; + } else { + open = false; } }