Skip to content

Commit

Permalink
Automated app-rules upgrades (#1020)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
dalyIsaac and github-actions authored Sep 14, 2024
1 parent 79e48b2 commit 1a726f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Whim/Filter/DefaultFilteredWindowsKomorebi.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,9 @@ public static void LoadWindowsIgnoredByKomorebi(IFilterManager filterManager)

// ueli
filterManager.AddProcessFileNameFilter("ueli.exe");

// visio
filterManager.AddWindowClassFilter("VISIOS");
filterManager.AddWindowClassFilter("VISIOQ");
}
}

0 comments on commit 1a726f8

Please sign in to comment.