From 7f49daf422a0f5f4dcbd2f1eaffe0cf9a6301f01 Mon Sep 17 00:00:00 2001 From: reakjra Date: Thu, 6 Nov 2025 22:44:40 +0100 Subject: [PATCH] undo personal edits by mistake --- .../.config/quickshell/ii/modules/overlay/Overlay.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml index efb37cd89..2fd33fcd7 100644 --- a/dots/.config/quickshell/ii/modules/overlay/Overlay.qml +++ b/dots/.config/quickshell/ii/modules/overlay/Overlay.qml @@ -47,23 +47,12 @@ Scope { id: grab windows: [overlayWindow] active: GlobalStates.overlayOpen - onActiveChanged: { - if (active) { - // Quick workspace flick to unlock cursor from game's relative mode - cursorUnlockProcess.running = true; - } - } onCleared: () => { if (!active) GlobalStates.overlayOpen = false; } } - Process { - id: cursorUnlockProcess - command: ["bash", "-c", "ws=$(hyprctl activeworkspace -j | jq -r '.id'); hyprctl --batch \"keyword animations:enabled 0 ; dispatch workspace empty ; dispatch workspace $ws ; keyword animations:enabled 1\""] - } - OverlayContent { id: overlayContent anchors.fill: parent