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() } } }