4 lines
93 B
Text
4 lines
93 B
Text
|
|
#!/bin/sh
|
||
|
|
xrandr --output HDMI2 --off
|
||
|
|
xrandr --output HDMI1 --off
|
||
|
|
xrandr --output VGA1 --off
|