Huion H640P
Prerequisites
As it is quite some time ago I configured my Huion H640P drawing tablet, I'm not 100% certain of the process. However, I know i did install the packages digimend-drivers-git-dkms
and xf86-input-wacom
.
From here I'm quite sure that I was able to utilize the wacom cli tool xsetwacom
to make configurations.
Configuration
I use xournalpp
primarily when using my tablet, hence my configurations will be related to shortcuts in there. I have set the following configurations, and they are quite self explanatory.
xsetwacom --set "HUION Huion Tablet_H640P Pen stylus" Rotate half
xsetwacom --set "HUION Huion Tablet_H640P Pad pad" "Button" "10" "key ctrl" "key z"
xsetwacom --set "HUION Huion Tablet_H640P Pad pad" "Button" "9" "key shift" "key ctrl" "key p"
xsetwacom --set "HUION Huion Tablet_H640P Pad pad" "Button" "8" "key shift" "key ctrl" "key e"
Apply configuration on boot
In order for the configurations to apply on every boot, I have pasted the content from Configuration into ~/.xprofile
, such that every time the X user session starts, the configuration will be set.
Last updated