Hi
I am a left handed person using a Right Handed Wacom tablet and need to use a bash command to convert it to a Left Handed tablet.
I use the xinput list command in Bash to get
Wacom Bamboo 2FG 6x8 Pen id=9 [slave pointer (2)]
I am looking for the id=9 which I insert into a bash script I put in the bin directory so I can run it.
xinput map-to-output 9 DVI-0
Is there a way for me write a bash script that will get the value 9 and insert it into
xinput map-to-output 9 DVI-0
The Value 9 changes. When I reboot sometimes. That's my problem.
Thank You..
I am a left handed person using a Right Handed Wacom tablet and need to use a bash command to convert it to a Left Handed tablet.
I use the xinput list command in Bash to get
Wacom Bamboo 2FG 6x8 Pen id=9 [slave pointer (2)]
I am looking for the id=9 which I insert into a bash script I put in the bin directory so I can run it.
xinput map-to-output 9 DVI-0
Is there a way for me write a bash script that will get the value 9 and insert it into
xinput map-to-output 9 DVI-0
The Value 9 changes. When I reboot sometimes. That's my problem.
Thank You..