nsbin/old/monitor-xrandr-rechts.sh
Nico Schottelius c23bfc5a82 reorganise more old stuff
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 20:13:28 +01:00

11 lines
170 B
Bash
Executable file

#!/bin/sh
L=LVDS1
xrandr --output $L --auto
external="VGA1 HDMI1 DP1 HDMI2 DP2 DP3 HDMI-2 VGA"
for R in $external; do
xrandr --output $R --auto --right-of $L
done