summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-27 10:01:33 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-27 10:01:33 +0800
commit7d1ee06807c5179b906ba79f7af6adce3016798a (patch)
tree5a89d6be4ac91117ec1b01650afdaf1fe81da9fb /services
parentdrawers: fix interactions for multimonitor (diff)
downloadcaelestia-shell-7d1ee06807c5179b906ba79f7af6adce3016798a.tar.gz
caelestia-shell-7d1ee06807c5179b906ba79f7af6adce3016798a.tar.bz2
caelestia-shell-7d1ee06807c5179b906ba79f7af6adce3016798a.zip
drawers: dont use hyprland cursor pos
Use mousearea with positionChanged and containsMouse
Diffstat (limited to 'services')
-rw-r--r--services/Hyprland.qml13
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"]