a564995852
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
4 lines
93 B
Bash
Executable file
4 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output HDMI2 --off
|
|
xrandr --output HDMI1 --off
|
|
xrandr --output VGA1 --off
|