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
|