undo personal edits by mistake

This commit is contained in:
reakjra
2025-11-06 22:44:40 +01:00
parent f4c32f89f2
commit 7f49daf422
@@ -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