From 3fe8377309c41f0b9828d1edf8e4b74303cfe06c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:06:31 +0100 Subject: [PATCH] make timer restart instead of start --- dots/.config/quickshell/ii/modules/overlay/Overlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml index 5401e2f28..71ba510c6 100644 --- a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml +++ b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml @@ -55,7 +55,7 @@ Scope { Connections { target: GlobalStates function onOverlayOpenChanged() { - delayedGrabTimer.start(); + delayedGrabTimer.restart(); } }