5 lines
141 B
Text
5 lines
141 B
Text
|
#!/bin/sh
|
||
|
# xrandr --output HDMI2 --auto --above LVDS1
|
||
|
xrandr --output VGA1 --off
|
||
|
xrandr --output HDMI1 --auto --left-of LVDS1 --rotate left
|