5 lines
199 B
Bash
5 lines
199 B
Bash
#!/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
|