clers is a reimplementation of keynav in Rust for Wayland compositors.
- A Wayland compositor
- wlrctl
Build with cargo.
$ cargo build --release
Copy or syslink to somewhere in your $PATH
.
$ cp target/release/clers /usr/local/bin/
# or syslink
$ ln -s ${FULL_PATH_TO_BUILD} ${FULL_PATH_TO_TARGET}
Bind a key to execute clers
. For example, with Sway, you can add this line to your Sway config to run clers with mod+c
.
bindsym $mod+c exec clers