b99e5f9c7a
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output LVDS --auto
|
|
xrandr --output VGA --auto
|
|
xrandr --output VGA --right-of LVDS
|