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