From 5ddaacf8ff96fd63f6dfaa0d7eac3cb22853019c Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 13:37:24 +0100 Subject: [PATCH] quickshell: reset calendar open state on close Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 06a93dc..765694e 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -848,6 +848,8 @@ in onVisibleChanged: { if (visible) { open = true; + } else { + open = false; } }