From 7d1ee06807c5179b906ba79f7af6adce3016798a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 27 May 2025 10:01:33 +0800 Subject: drawers: dont use hyprland cursor pos Use mousearea with positionChanged and containsMouse --- services/Hyprland.qml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'services') diff --git a/services/Hyprland.qml b/services/Hyprland.qml index dc24080..610fba2 100644 --- a/services/Hyprland.qml +++ b/services/Hyprland.qml @@ -39,19 +39,6 @@ Singleton { } } - FrameAnimation { - running: true - onTriggered: getCursorPos.running = true - } - - Process { - id: getCursorPos - command: ["hyprctl", "cursorpos"] - stdout: SplitParser { - onRead: data => root.cursorPos = data - } - } - Process { id: getClients command: ["sh", "-c", "hyprctl -j clients | jq -c"] -- cgit v1.2.3-freya