mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 13:11:43 +00:00
16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
# Config for the HUION tablet
|
|
#
|
|
## Install:
|
|
# yay linux-headers
|
|
# yay digimend
|
|
## To also control the buttons, install wacom and use xsetwacom
|
|
# yay wacom
|
|
|
|
Section "InputClass"
|
|
Identifier "Huion on wacom"
|
|
# MatchIsTablet "on"
|
|
MatchProduct "HUION"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Driver "wacom"
|
|
EndSection
|