From a94a4f36949d98b63b8b516e1586b2a33ca7f1c9 Mon Sep 17 00:00:00 2001 From: Jorge Vasquez Date: Mon, 20 Mar 2017 20:28:23 -0700 Subject: [PATCH] Added a script to swap wacom buttons in xfce4 --- bash/fix_wacom.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bash/fix_wacom.sh diff --git a/bash/fix_wacom.sh b/bash/fix_wacom.sh new file mode 100755 index 0000000..4de9003 --- /dev/null +++ b/bash/fix_wacom.sh @@ -0,0 +1,3 @@ +wacom_id=10 +xsetwacom --set $wacom_id button 2 3 +xsetwacom --set $wacom_id button 3 2