diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 20:27:18 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 20:27:18 -0500 |
| commit | 9a51a080b0d70e3f907c13014ea6d6911f48b09d (patch) | |
| tree | b0f335ba429248819ee9a04ea45c6e1f345987d0 /.config/quickshell/shell.qml | |
| parent | 53008538e5bef961e9ceb5abc5c5ee05a559e97d (diff) | |
update qs config
Diffstat (limited to '.config/quickshell/shell.qml')
| -rw-r--r-- | .config/quickshell/shell.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 4285ded..b6c76f8 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -1,17 +1,8 @@ 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() - } - } } |
