From 5dbf255c5f336045a10a3da87a181869822869b1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 11 May 2025 08:48:03 +0200 Subject: [PATCH] fix overview focus grab on init --- .config/quickshell/modules/overview/Overview.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.config/quickshell/modules/overview/Overview.qml b/.config/quickshell/modules/overview/Overview.qml index 053c24507..270d0042c 100644 --- a/.config/quickshell/modules/overview/Overview.qml +++ b/.config/quickshell/modules/overview/Overview.qml @@ -48,22 +48,6 @@ Scope { } } - Connections { - target: root - function onVisibleChanged() { - delayedGrabTimer.start() - } - } - - Timer { - id: delayedGrabTimer - interval: ConfigOptions.hacks.arbitraryRaceConditionDelay - repeat: false - onTriggered: { - grab.active = root.visible - } - } - width: columnLayout.width height: columnLayout.height