nsbin/monitor-xrandr-aus.sh

7 lines
89 B
Bash
Executable File

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