Last active
June 21, 2022 19:57
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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