nsbin/x-off

5 lines
86 B
Bash
Executable File

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