summaryrefslogtreecommitdiff
path: root/.config/quickshell/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to '.config/quickshell/shell.qml')
-rw-r--r--.config/quickshell/shell.qml9
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()
- }
- }
}