5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
|
#!/bin/sh
|
||
|
# Xsetup - run as root before the login dialog appears
|
||
|
xrandr --output DSI-1 --rotate right
|
||
|
xinput set-prop "NVTCapacitiveTouchScreen" "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
|