Map to output script for wacom pen
This commit is contained in:
parent
ffa00bb938
commit
cd7ef7da2b
1 changed files with 10 additions and 0 deletions
10
scripts/maptooutput.sh
Executable file
10
scripts/maptooutput.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
OUTPUT=${1:-LVDS1}
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
IDS=$(./wacomdevices.sh)
|
||||
|
||||
for i in $IDS; do xsetwacom set $i MapToOutput $OUTPUT; done
|
||||
|
Loading…
Reference in a new issue