Skip to content

riscygeek/tuxedo-tsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuxedo-tsw

Unofficial TUXEDO Touchpad Switcher.

Description/Why

The official driver didn't work for me since it was broken and required a desktop environement, since I use dwm as my window manager. Also I didn't like that the official driver has about 10 times the needed SLoC. You can see tuxedo-tsw as a "suckless" alternative (that actually works).

Dependencies

  • C compiler and make
  • the HIDRAW Linux kernel driver (CONFIG_HIDRAW=y)
  • a supported device (see man page)

Installation

See make help

Unimplemented Features

  • Double click on LED

Credits

Some code was copied from the official driver.