From 0f2324fd208d01a0e73b0d72fa5d9c090c659b4e Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 19:46:46 +0100 Subject: [PATCH] quickshell: reduce auto-close timer to 1.5s 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 02cc734..13b7654 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -928,7 +928,7 @@ in property real dropdownX: 0 property real fullWidth: 200 property real fullHeight: 200 - property int autoCloseMs: 3000 + property int autoCloseMs: 1500 default property alias content: dropdownContent.data function animateClose() {