Skip to content

winksplorer/xappkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xappkeys

App-specific macro keybinding tool for X11 with direct device interception

Note

This is mainly for my own use, so it might completely break itself or your system

Setup

Add yourself to the input group (if it exists) and reboot:

doas usermod -aG input $USER && doas reboot

Build and install xappkeys.

doas apt install clang libx11-dev git && \
    git clone https://github.com/winksplorer/xappkeys && \
    doas make all install

Run xappkeys.

/usr/local/bin/xappkeys

About

App-specific macro keybinding tool for X11 with direct device interception

Resources

License

Stars

Watchers

Forks

Releases

No releases published