Skip to content

Instantly share code, notes, and snippets.

@Luis-Licea
Last active June 21, 2022 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luis-Licea/7ba15bed8a053ad8797ed66b1ebbdd8a to your computer and use it in GitHub Desktop.
Save Luis-Licea/7ba15bed8a053ad8797ed66b1ebbdd8a to your computer and use it in GitHub Desktop.
Use graphics tablet Huion 1060PLUS on Linux dwm, the suckless window manager.
# Put in /etc/X11/xorg.conf.d/30-touchpad.conf
# Define touchpad behavior when using DWM.
Section "InputClass"
Identifier "touchpad catchall"
Driver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment