Skip to content

Commit

Permalink
Automated app-rules upgrades (#1018)
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 12, 2024
1 parent c8df1ff commit 1715aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Whim/Filter/DefaultFilteredWindowsKomorebi.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public static void LoadWindowsIgnoredByKomorebi(IFilterManager filterManager)
filterManager.Add((window) => (window.Title.StartsWith("Hotkey sink") || window.Title.EndsWith("Hotkey sink")));

// Zebar
filterManager.AddProcessFileNameFilter("Zebar.exe");
filterManager.AddProcessFileNameFilter("zebar.exe");

// Zoom
filterManager.AddProcessFileNameFilter("Zoom.exe");
Expand Down

0 comments on commit 1715aea

Please sign in to comment.