7 lines
155 B
Bash
7 lines
155 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#landscape (normal)
|
||
|
|
||
|
xrandr -o normal
|
||
|
xinput set-prop "Wacom HID 50DB Finger" --type=float "Coordinate Transformation Matrix" 0 0 0 0 0 0 0 0 0
|