Window Switcher is a simple searchable window switcher for macOS.
Note
The app needs accessibility to get all windows and focus windows in the active space, and needs screen recording to get the window previews.
- Use the configured hotkey to open the window switcher. The default is
Option+Tab. - Type to search for a window, or use arrow keys to move your selection.
- Press
enterto switch to the selected window. - Use the menu bar extra toggle to have Window Switcher launch on startup.
Window Switcher reads optional configuration from ~/.config/window-switcher/config.toml.
Full configuration docs live in docs/configuration.md.
[trigger]
key = "tab"
modifiers = ["option"]
[navigation]
next = [
{ key = "j", modifiers = ["control"] },
{ key = "n", modifiers = ["control"] }
]
previous = [
{ key = "k", modifiers = ["control"] },
{ key = "p", modifiers = ["control"] }
]
[result.window]
template = "{app_name}: {title}"
[result.app]
template = "Open {name}"Supported trigger modifiers are command, option, control, and shift. If the file is missing or invalid, Window Switcher falls back to the default Option+Tab trigger.
Configuration is loaded on app launch and reloaded the next time the switcher is opened. The app does not watch the file for live updates.
This app is also available as a cask on Homebrew.
brew install --cask sean01zhang/formulae/window-switcher- Go to releases and download the latest version. The zip (
window-switcher-v#.#.#.zip) can be found under the assets section. - Unzip the downloaded file. It is recommended to move the app to the Applications folder.
- Open the app. You may need to give the app permissions to access accessibility and screen recording.
brew upgrade window-switcher- Fuzzy-search for windows
- Switch to windows
- List windows in current space
- List windows in all spaces
- Get window previews
- User-defined hotkey bindings
- Fuzzy-search for applications
- Launch on startup
