summaryrefslogtreecommitdiff
path: root/.config/quickshell/Services/HyprlandService.qml
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2026-01-15 20:27:18 -0500
committerSam Nystrom <sam@samnystrom.dev>2026-01-15 20:27:18 -0500
commit9a51a080b0d70e3f907c13014ea6d6911f48b09d (patch)
treeb0f335ba429248819ee9a04ea45c6e1f345987d0 /.config/quickshell/Services/HyprlandService.qml
parent53008538e5bef961e9ceb5abc5c5ee05a559e97d (diff)
update qs config
Diffstat (limited to '.config/quickshell/Services/HyprlandService.qml')
-rw-r--r--.config/quickshell/Services/HyprlandService.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/quickshell/Services/HyprlandService.qml b/.config/quickshell/Services/HyprlandService.qml
deleted file mode 100644
index 9d35866..0000000
--- a/.config/quickshell/Services/HyprlandService.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-pragma Singleton
-
-import Quickshell
-import Quickshell.Hyprland
-import QtQuick
-
-Singleton {
- id: root
- property int activeWorkspace
-
-}