4 lines
80 B
Text
4 lines
80 B
Text
|
#!/bin/sh
|
||
|
xrandr --output HDMI1 --off
|
||
|
xrandr --output VGA1 --auto --above LVDS1
|