A tool to help efficiently focus windows in Sway inspired by i3-easyfocus.
https://github.com/edzdez/sway-easyfocus/assets/31393290/b71b1875-6c8b-4891-803c-763b040a55ff
``` A tool to help efficiently focus windows in Sway inspired by i3-easyfocus
Usage: sway-easyfocus [OPTIONS]
Options:
--window-background-color
This program is written in Rust. The Rust compiler can be installed by following the instructions on the official download page.
You also need to have gtk
and gtk-layer-shell
installed.
```shell
$ git clone https://github.com/edzdez/sway-easyfocus.git
$ cargo build --release $ ./target/release/sway-easyfocus
$ cargo run --release ```