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