From 6d1c65df3852f5e51958639bb2288a8d7b8f23c9 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 9 May 2022 23:39:54 -0500 Subject: [PATCH] improved comments --- huion-tablet-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/huion-tablet-setup.sh b/huion-tablet-setup.sh index 250a925..320429d 100644 --- a/huion-tablet-setup.sh +++ b/huion-tablet-setup.sh @@ -1,16 +1,16 @@ #!/bin/sh -# Steps for setting up the drivers of Huion Inspiroy H640P +# **Steps for setting up the drivers of Huion Inspiroy H640P** # git clone https://github.com/Huion-Linux/DIGImend-kernel-drivers-for-Huion # cd DIGImend-kernel-drivers-for-Huion # sed -i 's/SUBDIRS=/M=/' Makefile (only for arch or related) # sudo make dkms_install -# Make /etc/udev/rules.d/00-usb-huion.rules with this content (to run it whenever the tabler 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/sintan/.Xauthority", ENV{DISPLAY}=":0", OWNER=, RUN+="/usr/local/bin/huion-tablet-mount" -# Make /usr/local/bin/huion-tablet-mount with this content : +# Create /usr/local/bin/huion-tablet-mount with this content : # #!/bin/sh # # & exit