diff --git a/SpyderScripts/minimize_all.py b/SpyderScripts/minimize_all.py index 85c2ebd..5594a40 100644 --- a/SpyderScripts/minimize_all.py +++ b/SpyderScripts/minimize_all.py @@ -158,7 +158,12 @@ def minimize_finder_windows(): def main(): # Apps to skip - these either don't have minimizable windows or cause issues skip_apps = {'SystemUIServer', 'Dock', 'Electron', 'MSTeams', 'nxdock', - 'Control Center', 'Notification Center', 'Spotlight'} + 'Control Center', 'Notification Center', 'Spotlight', + # User-specified apps to never minimize + 'Teams', 'Microsoft Teams', 'Ferdium', 'Messages', 'iMessage', + 'Grasshopper', 'Outlook', 'Microsoft Outlook', 'Wavebox', + 'iTerm2'} + # 'Claude', 'Copilot', 'GitHub', 'GitHub Desktop', skip_keywords = ['Helper', 'Agent'] # FIX #1: Get only apps that actually have visible windows on screen