1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-04-28 12:55:18 +02:00
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Go to file
Govind KP 1c6839e354
Merge pull request #5 from kepet19/master
Fixed not closing when losing connection to sway

Thanks to @kepet19 for the fix!
2020-11-09 22:40:39 +05:30
.github/workflows Updates names of jobs 2020-07-19 15:50:11 +05:30
src Fixed not closing when losing connection with sway 2020-11-04 19:55:46 +01:00
.gitignore Initial commit 2019-12-08 14:37:39 +05:30
Cargo.toml Adds i3 support (experimental) 2020-07-19 15:48:14 +05:30
LICENSE Create LICENSE 2019-12-11 00:01:59 +05:30
README.md typo 2020-06-21 04:34:06 +03:00

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://github.com/reisub0/sway-alttab
cargo install --path sway-alttab

License

sway-alttab is licensed under the MIT License.