mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Improved comment
This commit is contained in:
parent
feb553fe71
commit
beb8d1c5b8
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
# Install the AUR package digimend-kernel-drivers-dkms-git
|
# Install the AUR package digimend-kernel-drivers-dkms-git
|
||||||
|
|
||||||
# Create /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tablet is conencted):
|
# Create /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tablet is conencted):
|
||||||
# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/user/.Xauthority", ENV{DISPLAY}=":0", OWNER=<user>, RUN+="/usr/local/bin/huion-tablet-mount"
|
# ACTION=="add", ATTRS{idVendor}=="256c", ATTRS{idProduct}=="006d", ENV{XAUTHORITY}="/home/user/.Xauthority", ENV{DISPLAY}=":0", OWNER="<user>", RUN+="/usr/local/bin/huion-tablet-mount"
|
||||||
|
|
||||||
# Create /usr/local/bin/huion-tablet-mount with this content :
|
# Create /usr/local/bin/huion-tablet-mount with this content and make it executable:
|
||||||
# #!/bin/sh
|
# #!/bin/sh
|
||||||
#
|
#
|
||||||
# <location-of-this-script> & exit
|
# <location-of-this-script> & exit
|
||||||
|
|
Loading…
Reference in a new issue