/SwayFloatingSwitcher

Primary LanguageValaGNU General Public License v3.0GPL-3.0

SwayFloatingSwitcher

A simple daemon for switching between floating windows with Alt+Tab.

Important inforamtion

At the time of writing releasing the left Alt key hides the switcher

Install

Arch: The package is available on the AUR

Other:

meson build
ninja -C build
meson install -C build

Sway Usage

# Switcher Daemon
exec swayfloatingswitcher

# Switch between programs. MUST USE ALT!
bindsym Alt+Tab exec swayfloatingswitcher --next
bindsym Alt+Shift+Tab exec swayfloatingswitcher --previous