logo

dotfiles

My dotfiles, one branch per machine
commit: 22aa199c6ea9d3a30f8031aff86a811fb43d4506
parent: 2d8a1fe244abb3ebcab43bd4ecd182516f32cdab
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Jan 2019 05:48:55 +0100

.xbindkeysrc: use wacom MapToOutput

Diffstat:

M.xbindkeysrc4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.xbindkeysrc b/.xbindkeysrc @@ -28,10 +28,10 @@ "maim /tmp/screen.png" Shift+Print -"xinput set-prop 'Wacom Bamboo Connect Pen stylus' --type=float 'Coordinate Transformation Matrix' 0.5 0 0 0 1 0 0 0 1" +"xsetwacom --set 'Wacom Bamboo Connect Pen stylus' MapToOutput DVI-D-0" Shift+Prior -"xinput set-prop 'Wacom Bamboo Connect Pen stylus' --type=float 'Coordinate Transformation Matrix' 0.5 0 0.5 0 1 0 0 0 1" +"xsetwacom --set 'Wacom Bamboo Connect Pen stylus' MapToOutput DVI-D-1" Shift+Next "killall -HUP xbindkeys"