From 53008538e5bef961e9ceb5abc5c5ee05a559e97d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 16:53:43 -0500 Subject: update qs config --- .config/quickshell/shell.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.config/quickshell/shell.qml') 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() + } + } } -- cgit v1.2.3