summaryrefslogtreecommitdiff
path: root/.config/quickshell/Services/Workspaces.qml
diff options
context:
space:
mode:
Diffstat (limited to '.config/quickshell/Services/Workspaces.qml')
-rw-r--r--.config/quickshell/Services/Workspaces.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/quickshell/Services/Workspaces.qml b/.config/quickshell/Services/Workspaces.qml
new file mode 100644
index 0000000..9d35866
--- /dev/null
+++ b/.config/quickshell/Services/Workspaces.qml
@@ -0,0 +1,11 @@
+pragma Singleton
+
+import Quickshell
+import Quickshell.Hyprland
+import QtQuick
+
+Singleton {
+ id: root
+ property int activeWorkspace
+
+}