From 635196f1e79b75d2d460c40732ecaad299338921 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 17:34:56 +0100 Subject: [PATCH] quickshell: clear activeDropdown on auto-close timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-close timer called animateClose() directly, leaving activeDropdown set — next hover opened a menu without click. Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 9644afb..8372886 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -939,7 +939,7 @@ in Timer { id: _autoClose interval: dropdown.autoCloseMs - onTriggered: dropdown.animateClose() + onTriggered: bar.closeAllDropdowns() } Timer {