Skip to content

Instantly share code, notes, and snippets.

@shouya
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shouya/eaa49bfad9878cf00d71 to your computer and use it in GitHub Desktop.
Save shouya/eaa49bfad9878cf00d71 to your computer and use it in GitHub Desktop.
my wacom one configuration
#!/bin/sh
xsetwacom --set 10 MapToOutput "eDP1"
xsetwacom --set 10 Rotate half
# +-------------------+
# | |
# | +---------+ + 1/4
# | | | |
# | | | |
# | +---------+ + 3/4
# | |
# +----+---------+----+
# 1/4 3/4
# such center area is mapped
xsetwacom --set 10 Area 3680 2306 11040 6918
# buttons to scroll
xsetwacom --set 10 Button 3 4
xsetwacom --set 10 Button 2 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment