Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-02-26 14:24:29 +01:00
commit cf4aed7452
9 changed files with 44 additions and 22 deletions

6
x-oben
View file

@ -1,6 +1,6 @@
#!/bin/sh
x-off
xrandr --output HDMI1 --auto --rotate normal --above LVDS1
xrandr --output DP1 --auto --rotate normal --above LVDS1
xrandr --output VGA1 --auto --rotate normal --above LVDS1
xrandr --output HDMI1 --auto --rotate normal --above eDP1
xrandr --output DP1 --auto --rotate normal --above eDP1
xrandr --output VGA1 --auto --rotate normal --above eDP1