Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-10-26 23:28:38 +02:00
commit 9468f9b060
34 changed files with 108 additions and 58 deletions

9
x-oben
View file

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