sway-alttab

Crates.iosway-alttab
lib.rssway-alttab
version1.1.2
sourcesrc
created_at2019-12-09 14:24:45.095968
updated_at2019-12-11 10:32:15.520151
descriptionSimple Alt-Tab daemon for SwayWM. Switches back to previous focused window on SIGUSR1
homepage
repositoryhttps://github.com/reisub0/sway-alttab
max_upload_size
id187961
size25,652
Govind KP (reisub0)

documentation

README

sway-alttab

crates.io crates.io Build Status made-with-rust

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.

Installation

From Binaries

Binary releases (for Linux x86_64) can be found at the Releases page.

From AUR

If you're using Arch Linux, you can install the sway-alttab-bin package.

yay -S --aur sway-alttab-bin

From Crates.io

cargo install sway-alttab

From Source

git clone https://gitlab.com/reisub0/sway-alttab
cargo install --path sway-alttab

License

sway-alttab is licensed under the MIT License.

Commit count: 53

cargo fmt