2 lines
215 B
Bash
Executable file
2 lines
215 B
Bash
Executable file
#!/bin/sh
|
|
xrandr --output DisplayPort-0 --mode 2560x1440 --pos 0x0 --rotate left --output DisplayPort-1 --off --output DisplayPort-2 --primary --mode 5120x1440 --pos 1440x227 --rotate normal --output HDMI-A-0 --off
|