summaryrefslogtreecommitdiff
path: root/.config/quickshell/Services/HyprlandService.qml
diff options
context:
space:
mode:
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
-
-}