From f1f33194b2b4e572703d7641e52916f471e3e71e Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 10:58:40 +0100 Subject: [PATCH] quickshell: auto-close context menu on outside click Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e537296..172fd5d 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -693,6 +693,7 @@ in anchor.edges: Edges.Bottom | Edges.Right anchor.gravity: Edges.Bottom | Edges.Left anchor.adjustment: PopupAdjustment.Slide + grabFocus: true visible: false color: "transparent" implicitWidth: menuColumn.width + 2