diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Hyprland.qml | 13 |
1 files changed, 0 insertions, 13 deletions
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"] |