nsbin/x-off
2017-03-08 07:37:05 +01:00

4 lines
86 B
Bash
Executable file

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