nsbin/x-local
Nico Schottelius 51f2985414 +xlocal
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-06-27 21:54:35 +02:00

5 lines
132 B
Bash
Executable file

#!/bin/sh
xrandr --output HDMI1 --off
xrandr --output DP1 --off
xrandr --output eDP1 --auto
xrandr --output DP1 --auto --above eDP1