4 lines
82 B
Text
4 lines
82 B
Text
|
#!/bin/sh
|
||
|
xrandr --output HDMI1 --off
|
||
|
xrandr --output VGA1 --auto --same-as LVDS1
|