1
0
mirror of https://github.com/reisub0/sway-alttab synced 2025-05-05 23:55:26 +02:00
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1
Go to file
2019-12-11 00:01:59 +05:30
.github/workflows Create build.yml 2019-12-08 18:54:06 +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 Bumps version to v1.1.0 2019-12-10 23:30:12 +05:30
LICENSE Create LICENSE 2019-12-11 00:01:59 +05:30
README.md Done with custom keybinds 2019-12-10 23:28:11 +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

[x] Offer the ability to customise the keybindings

License

sway-alttab is licensed under the MIT License.