3 lines
160 B
Bash
Executable File
3 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output HDMI-3 --primary --mode 3440x1440 --rate 99.99 --pos 1440x475 --rotate normal --output DP-2 --mode 2560x1440 --pos 0x0 --rotate left
|