fixed the wacom script, to match new xsetwacom standards
This commit is contained in:
+2
-4
@@ -4,7 +4,5 @@
|
||||
#wacom_id="Wacom Intuos Pro M Pen stylus"
|
||||
#wacom_id=$(xsetwacom --list devices | grep stylus | grep -o [0-9]. | sed 's/\t//')
|
||||
wacom_id=$(xsetwacom --list devices | grep stylus | grep 'id\: [0-9].' -o | grep [0-9]. -o)
|
||||
xsetwacom --set "$wacom_id" button 2 3
|
||||
xsetwacom --set "$wacom_id" button 3 2
|
||||
|
||||
|
||||
xsetwacom --set "$(($wacom_id + 0))" button 2 3
|
||||
xsetwacom --set "$(($wacom_id + 0))" button 3 2
|
||||
|
||||
Reference in New Issue
Block a user