2 lines
228 B
Bash
Executable file
2 lines
228 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|