Crates.io | sway-alttab |
lib.rs | sway-alttab |
version | 1.1.2 |
source | src |
created_at | 2019-12-09 14:24:45.095968 |
updated_at | 2019-12-11 10:32:15.520151 |
description | Simple Alt-Tab daemon for SwayWM. Switches back to previous focused window on SIGUSR1 |
homepage | |
repository | https://github.com/reisub0/sway-alttab |
max_upload_size | |
id | 187961 |
size | 25,652 |
A simple daemon that keeps track of your last focused window and switches to it on receiving a SIGUSR1. Automatically binds Alt-Tab to the same action.
To change the key combo from "Mod1+Tab", use the -c
flag and set your preferred mapping.
Binary releases (for Linux x86_64) can be found at the Releases page.
If you're using Arch Linux, you can install the sway-alttab-bin
package.
yay -S --aur sway-alttab-bin
cargo install sway-alttab
git clone https://gitlab.com/reisub0/sway-alttab
cargo install --path sway-alttab
sway-alttab is licensed under the MIT License.