You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#casa
|
|
#wacom_id=10
|
|
#makine
|
|
#wacom_id="Wacom Intuos Pro M Pen stylus"
|
|
wacom_id=$(xsetwacom --list devices | grep stylus | grep -o [0-9].)
|
|
xsetwacom --set "$wacom_id" button 2 3
|
|
xsetwacom --set "$wacom_id" button 3 2
|
|
|
|
|