Skip to content

Commit

Permalink
Automated app-rules upgrades (#880)
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 Apr 25, 2024
1 parent 40fd66e commit 2062e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Whim/Filter/DefaultFilteredWindowsKomorebi.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ public static void LoadWindowsIgnoredByKomorebi(IFilterManager filterManager)
// Windows Subsystem for Android
filterManager.Add((window) => window.WindowClass.StartsWith("android(splash)") || window.WindowClass.EndsWith("android(splash)"));

// Windows Update Standalone Installer
filterManager.AddProcessFileNameFilter("wusa.exe");

// Wox
filterManager.Add((window) => window.Title.StartsWith("Hotkey sink") || window.Title.EndsWith("Hotkey sink"));

Expand Down

0 comments on commit 2062e05

Please sign in to comment.