From 9a51a080b0d70e3f907c13014ea6d6911f48b09d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 20:27:18 -0500 Subject: update qs config --- .config/quickshell/Services/Workspaces.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/quickshell/Services/Workspaces.qml (limited to '.config/quickshell/Services/Workspaces.qml') 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 + +} -- cgit v1.2.3