9468f9b060
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output HDMI1 --off
|
|
xrandr --output VGA1 --auto --same-as DP1
|
|
xrandr --output DP1 --auto --same-as DP1
|