9468f9b060
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
6 lines
191 B
Bash
Executable file
6 lines
191 B
Bash
Executable file
#!/bin/sh
|
|
x-off
|
|
|
|
xrandr --output HDMI1 --auto --rotate normal --above LVDS1
|
|
xrandr --output DP1 --auto --rotate normal --above LVDS1
|
|
xrandr --output VGA1 --auto --rotate normal --above LVDS1
|