mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix HyprlandData event update filter
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user