2cbe56e7db
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output HDMI1 --off
|
|
xrandr --output VGA1 --auto --same-as LVDS1
|