Skip to content

Instantly share code, notes, and snippets.

View k2t0f12d's full-sized avatar

k2t0f12d

  • I could be chasing an untamed ornithoid without cause
View GitHub Profile
@k2t0f12d
k2t0f12d / wacom_setup.sh
Created August 29, 2019 08:45
Wacom Setup on Linux using xinput
# System running Gentoo Linux using a Wacom Intuos 4 tablet
# Top Monitor [vertical dual monitor alignment: top and bottom]
xinput set-prop "Wacom Intuos4 6x9 Pen stylus" --type=float "Coordinate Transformation Matrix" 1 0 0 0 0.5 0 0 0 1
xinput set-prop "Wacom Intuos4 6x9 Pen eraser" --type=float "Coordinate Transformation Matrix" 1 0 0 0 0.5 0 0 0 1
# Bottom Monitor [vertical dual monitor alignment: top and bottom]
xinput set-prop "Wacom Intuos4 6x9 Pen stylus" --type=float "Coordinate Transformation Matrix" 1 0 0 0 0.5 0.5 0 0 1
xinput set-prop "Wacom Intuos4 6x9 Pen eraser" --type=float "Coordinate Transformation Matrix" 1 0 0 0 0.5 0.5 0 0 1