1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-06-06 22:46:02 +02:00
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Go to file
reisub0 5b405efbf0
Bumps version to 1.0.1
Signed-off-by: reisub0 <reisub0@gmail.com>
2019-12-09 20:17:01 +05:30
.github/workflows Create build.yml 2019-12-08 18:54:06 +05:30
src Refactoring and daemonizing 2019-12-09 19:41:55 +05:30
.gitignore Initial commit 2019-12-08 14:37:39 +05:30
Cargo.toml Bumps version to 1.0.1 2019-12-09 20:17:01 +05:30
README.md Updates README 2019-12-09 20:16:46 +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.

Installation

From Binaries

Binary releases can be found at the Releases page.

From Crates.io

cargo install sway-alttab

From Source

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

WIP

  • Offer the ability to customise the keybindings

License

sway-alttab is licensed under the MIT License.