mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
improved huion-tablet-setup instructions so that script is autorun whenever tablet is connected
This commit is contained in:
parent
4434956890
commit
1f27d50aa8
1 changed files with 11 additions and 2 deletions
|
@ -7,13 +7,22 @@
|
||||||
# sed -i 's/SUBDIRS=/M=/' Makefile
|
# sed -i 's/SUBDIRS=/M=/' Makefile
|
||||||
# sudo make dkms_install
|
# sudo make dkms_install
|
||||||
|
|
||||||
|
# Make /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tabler is conencted):
|
||||||
|
# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount"
|
||||||
|
|
||||||
|
# Make /usr/local/bin/huion-tablet-mount with this content :
|
||||||
|
# #!/bin/bash
|
||||||
|
# <location-of-this-script> & exit
|
||||||
|
|
||||||
# Make sure to install xf86-input-wacom (might have to restart)
|
# Make sure to install xf86-input-wacom (might have to restart)
|
||||||
# Add this script to autostart
|
# Add this script to autostart
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
xsetwacom --set 'HID 256c:006d Pen stylus' Button 2 "1"
|
xsetwacom --set 'HID 256c:006d Pen stylus' Button 2 "1"
|
||||||
xsetwacom --set 'HID 256c:006d Pen stylus' Button 3 "3"
|
xsetwacom --set 'HID 256c:006d Pen stylus' Button 3 "3"
|
||||||
xsetwacom --set 'HID 256c:006d Pad pad' Button 1 "1"
|
xsetwacom --set 'HID 256c:006d Pad pad' Button 1 "key +ctrl +s -s -ctrl"
|
||||||
xsetwacom --set 'HID 256c:006d Pad pad' Button 2 "3"
|
xsetwacom --set 'HID 256c:006d Pad pad' Button 2 "key +ctrl +e -e -ctrl"
|
||||||
xsetwacom --set 'HID 256c:006d Pad pad' Button 3 "4"
|
xsetwacom --set 'HID 256c:006d Pad pad' Button 3 "4"
|
||||||
xsetwacom --set 'HID 256c:006d Pad pad' Button 8 "5"
|
xsetwacom --set 'HID 256c:006d Pad pad' Button 8 "5"
|
||||||
xsetwacom --set 'HID 256c:006d Pad pad' Button 9 "key +ctrl +z -z -ctrl"
|
xsetwacom --set 'HID 256c:006d Pad pad' Button 9 "key +ctrl +z -z -ctrl"
|
||||||
|
|
Loading…
Reference in a new issue