nsbin/x-off

5 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
for d in DP1 DP2 HDMI1 HDMI2 VIRTUAL1; do
xrandr --output $d --off
done