fix HyprlandData event update filter

This commit is contained in:
end-4
2025-05-16 18:22:36 +02:00
parent 455bcdde4d
commit e5f757e1ea
+1 -1
View File
@@ -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"