summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-09-07 10:03:04 +0200
committerpacien2017-09-07 10:03:04 +0200
commit047e8017b15a7888a0874cf54582a78876290d3f (patch)
treee716ec83cb8c79d7c0417333d7f2355d22e68496
parentb592de7e6ca24842c8813fc98fe7daf7ec41a653 (diff)
downloaddesktop-utilities-047e8017b15a7888a0874cf54582a78876290d3f.tar.gz
Add Wacom tablet screen binding script
-rwxr-xr-xtablette.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tablette.sh b/tablette.sh
new file mode 100755
index 0000000..dce0426
--- /dev/null
+++ b/tablette.sh
@@ -0,0 +1,2 @@
1#!/bin/sh
2for d in 21 22 23 24; do xsetwacom --set $d MapToOutput DP2; done