nsbin/monitor-xrandr-aus.sh
Nico Schottelius 415aff6319 update monitor xrandr scripts
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-11-13 15:04:44 +01:00

6 lines
89 B
Bash
Executable file

#!/bin/sh
external="HDMI-2 VGA"
for R in $external; do
xrandr --output $R --off
done