nsbin/old/monitor-xrandr-aus.sh
Nico Schottelius 77eb9f5270 commit pending changes
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 20:13:41 +01:00

8 lines
119 B
Bash
Executable file

#!/bin/sh
# Nico Schottelius
external="$(cat ~/.x-monitors)"
for R in $external; do
xrandr --output $R --off
done