nsbin/x-oben
Nico Schottelius 3188aeb7c4 x-oben
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-06-27 21:55:39 +02:00

7 lines
207 B
Bash
Executable file

#!/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