Skip to content

Commit

Permalink
Automated app-rules upgrades (#956)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
dalyIsaac and github-actions authored Jul 29, 2024
1 parent bedc472 commit 178650e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Whim/Filter/DefaultFilteredWindowsKomorebi.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ public static void LoadWindowsIgnoredByKomorebi(IFilterManager filterManager)
// Affinity Publisher 2
filterManager.AddProcessFileNameFilter("Publisher.exe");

// Amazon Chime
filterManager.Add((window) => window.Title.EndsWith("Meeting Controls"));

// AutoHotkey
filterManager.Add((window) => window.Title.StartsWith("Window Spy"));
filterManager.AddProcessFileNameFilter("AutoHotkeyUX.exe");
Expand All @@ -71,6 +74,9 @@ public static void LoadWindowsIgnoredByKomorebi(IFilterManager filterManager)
// Citrix Receiver
filterManager.AddProcessFileNameFilter("SelfService.exe");

// Core Temp
filterManager.AddProcessFileNameFilter("Core Temp.exe");

// Credential Manager UI Host
filterManager.AddProcessFileNameFilter("CredentialUIBroker.exe");

Expand Down

0 comments on commit 178650e

Please sign in to comment.