diff --git a/bash/fix_wacom.sh b/bash/fix_wacom.sh index d48fbf5..061d29d 100755 --- a/bash/fix_wacom.sh +++ b/bash/fix_wacom.sh @@ -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