Linux desktop application to cycle through windows like when using ALT + TAB but it allows to specify the windows, reorder them, exclude them and set two global hotkeys to go forwards and backwards to cycle through the desired windows.
- English, Spanish and French translation available based on locale
- Written in Go, very fast
- User Interface done with GTK3 (gotk3)
- Include/exclude windows by their class
- Define custom global hotkeys to go forwards or backwards
- Configuration of preferred classes can be saved
- AppIndicator on tray so the main window can be closed
git clone https://github.com/ahsand97/Linux-Windows-Switcher.git
cd Linux-Windows-Switcher
go mod tidy
go build -o linux-windows-switcher *.go
./linux-windows-switcher
An AppImage is provided to use the application. You can download it from the releases.
- Wayland support