forked from Shinonome/dots-hyprland
fix HyprlandData event update filter
This commit is contained in:
@@ -28,7 +28,7 @@ Singleton {
|
|||||||
|
|
||||||
function onRawEvent(event) {
|
function onRawEvent(event) {
|
||||||
// Filter out redundant old v1 events for the same thing
|
// Filter out redundant old v1 events for the same thing
|
||||||
if(event in [
|
if(event.name in [
|
||||||
"activewindow", "focusedmon", "monitoradded",
|
"activewindow", "focusedmon", "monitoradded",
|
||||||
"createworkspace", "destroyworkspace", "moveworkspace",
|
"createworkspace", "destroyworkspace", "moveworkspace",
|
||||||
"activespecial", "movewindow", "windowtitle"
|
"activespecial", "movewindow", "windowtitle"
|
||||||
|
|||||||
Reference in New Issue
Block a user