6 lines
224 B
Bash
Executable File
6 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
xrandr \
|
|
--output DP-0 --primary --mode 2560x1440 --pos 0x0 --rate 164.96 \
|
|
--output DP-2 --mode 2560x1440 --pos 2560x0 --rate 164.96 \
|
|
--output eDP-1-1 --mode 1920x1080 --pos 5120x1440 --rate 144.00
|