Skip to content

Instantly share code, notes, and snippets.

@berndporr
Last active December 29, 2021 10:49
Show Gist options
  • Save berndporr/68e80fdd59b7e7025fd85991b98c5e0e to your computer and use it in GitHub Desktop.
Save berndporr/68e80fdd59b7e7025fd85991b98c5e0e to your computer and use it in GitHub Desktop.
Sets up a wacom tablet for the left screen only on a dual screen setup
#! /bin/bash
# Sets up the wacom tablet for the left screen only on a dual screen setup.
xinput set-prop "Wacom Intuos BT S Pen stylus" --type=float "Coordinate Transformation Matrix" 0.5 0 0 0 1 0 0 0 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment