From d0ad416e2895cd20740952c7164b4145300726a6 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:53:47 +0700 Subject: [PATCH] bar: adjust autohide super press show delay --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 9180000a5..10dc5a379 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -129,7 +129,7 @@ Singleton { property bool pushWindows: false property JsonObject showWhenPressingSuper: JsonObject { property bool enable: true - property int delay: 100 + property int delay: 140 } } property bool bottom: false // Instead of top