Skip to content

richardanaya/gestured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gestured

A simple gesture daemon in Rust

cargo install gestured

This is a simple gesture daemon made to watch for gesture swipes and execute a command. It was originally made for Sway WM as a way for me to execute commands from my trackpad.

# when 3 fingers are swiped from down to up run the cmd "swaymsg exec show_my_menu"
gestured -g "3,D,U,swaymsg exec show_my_menu" \
  -g "4,L,R,swaymsg workspace next" \
  -g "4,L,R,swaymsg workspace prev" \

Credit

This project's CLI interface was inspired off of lisgd

About

A simple gesture daemon in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages