1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-05-27 17:46:04 +02:00
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Go to file
reisub0 a398d36667
Version bump to 1.1.2
Signed-off-by: reisub0 <reisub0@gmail.com>
2019-12-11 15:58:59 +05:30
.github/workflows Some optimisations for binary size 2019-12-11 15:58:34 +05:30
src Adds argument parsing for custom key combo 2019-12-10 23:27:46 +05:30
.gitignore Initial commit 2019-12-08 14:37:39 +05:30
Cargo.toml Version bump to 1.1.2 2019-12-11 15:58:59 +05:30
LICENSE Create LICENSE 2019-12-11 00:01:59 +05:30
README.md Removes WIP 2019-12-11 12:51:00 +05:30

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.