Skip to content

A keynav reimplementation in Rust for Wayland.

License

Notifications You must be signed in to change notification settings

halcyonnouveau/clers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clers

clers is a reimplementation of keynav in Rust for Wayland compositors.

Requirements

Building/Installing

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

About

A keynav reimplementation in Rust for Wayland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages