diff --git a/.config/quickshell/services/HyprlandData.qml b/.config/quickshell/services/HyprlandData.qml index 598177ae5..d72c1a041 100644 --- a/.config/quickshell/services/HyprlandData.qml +++ b/.config/quickshell/services/HyprlandData.qml @@ -28,7 +28,7 @@ Singleton { function onRawEvent(event) { // Filter out redundant old v1 events for the same thing - if(event in [ + if(event.name in [ "activewindow", "focusedmon", "monitoradded", "createworkspace", "destroyworkspace", "moveworkspace", "activespecial", "movewindow", "windowtitle"