2012-06-27 21:55:39 +02:00
|
|
|
#!/bin/sh
|
2013-10-26 23:28:38 +02:00
|
|
|
x-off
|
2012-06-27 21:55:39 +02:00
|
|
|
|
2013-10-26 23:28:38 +02:00
|
|
|
xrandr --output HDMI1 --auto --rotate normal --above LVDS1
|
|
|
|
|
xrandr --output DP1 --auto --rotate normal --above LVDS1
|
|
|
|
|
xrandr --output VGA1 --auto --rotate normal --above LVDS1
|