4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output DP1 --off
|
|
xrandr --output HDMI1 --off
|
|
xrandr --output VGA1 --off
|