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; } }