JC's notes
sharing my journey on linux, one note at a time

Search

Switch buttons on Wacom Graphire on XFCE

I recently switched to Linux Mint XFCE edition.

While the parameters allow basic configuration of my Wacom Graphire 3 Classic XL (CTE-630), it is not as sophisticated as to allow to switch the actions from the two buttons on the stylet.

This is however easily done :

jc@workstation ~ $ xsetwacom --list
Wacom Graphire3 6x8 stylus      	id: 9	type: STYLUS    
Wacom Graphire3 6x8 eraser      	id: 13	type: ERASER    
Wacom Graphire3 6x8 cursor      	id: 14	type: CURSOR
jc@workstation ~ $ xsetwacom --set "Wacom Graphire3 6x8 stylus" Button 3 "button +2"
jc@workstation ~ $ xsetwacom --set "Wacom Graphire3 6x8 stylus" Button 2 "button +3"

If you are happy with the new config, make it persistent by adding the lines in ~/.xsessionrc:

xsetwacom --set "Wacom Graphire3 6x8 stylus" Button 3 "button +2"
xsetwacom --set "Wacom Graphire3 6x8 stylus" Button 2 "button +3"
12 juillet 2014 · jc · Posted in linux · Tagged wacom, xsetwacom
← Previous Next →

Articles récents

  • Managing TV overscan on RetroPie (and pretty much any application)
  • VNC plugin for Remmina not found after upgrade
  • Modifying track data in Matroska (mkv) files
  • Splitting a Matroska (mkv) file by chapters
  • Switch buttons on Wacom Graphire on XFCE

Tags