From e5f757e1ea242125178d98c128d4357a1dd85f8b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 May 2025 18:22:36 +0200 Subject: [PATCH] fix HyprlandData event update filter --- .config/quickshell/services/HyprlandData.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"