Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-06-27 21:55:39 +02:00
parent 51f2985414
commit 3188aeb7c4
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
xrandr --output HDMI1 --off
xrandr --output DP1 --off
xrandr --output eDP1 --auto
xrandr --output DP1 --auto --above eDP1

7
x-oben Executable file
View File

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