5 lines
313 B
Bash
Executable File
5 lines
313 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --newmode "2560x1440_24.00" 113.75 2560 2648 2904 3248 1440 1443 1448 1463 -hsync +vsync
|
|
xrandr --addmode HDMI-2 2560x1440_24.00
|
|
xrandr --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal
|