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/shell.qml | 9 --------- 1 file changed, 9 deletions(-) (limited to '.config/quickshell/shell.qml') 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() - } - } } -- cgit v1.2.3