summaryrefslogtreecommitdiff
path: root/.config/quickshell/shell.qml
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2026-01-15 16:53:43 -0500
committerSam Nystrom <sam@samnystrom.dev>2026-01-15 16:53:43 -0500
commit53008538e5bef961e9ceb5abc5c5ee05a559e97d (patch)
tree3ad2f4fa7fbc88ff4bb67c75395cc4acdb9c09fb /.config/quickshell/shell.qml
parent3ac17574dbcfe68b2fba11aeeb445f04d1170c2a (diff)
update qs config
Diffstat (limited to '.config/quickshell/shell.qml')
-rw-r--r--.config/quickshell/shell.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml
index 7a27cf2..4285ded 100644
--- a/.config/quickshell/shell.qml
+++ b/.config/quickshell/shell.qml
@@ -1,6 +1,17 @@
import Quickshell
+import Quickshell.Hyprland
+import QtQuick
+import qs.Modules
Scope {
Bar {}
Wall {}
+
+ Connections {
+ target: Hyprland
+ function onRawEvent(event) {
+ throw new Exception('hyprland event')
+ Hyprland.refreshWorkspaces()
+ }
+ }
}