5 lines
193 B
Bash
Executable File
5 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
xrandr --output DVI-I-1 --mode 1920x1080 --rotate left --pos 0x0
|
|
xrandr --output DP-1 --primary --mode 2560x1440 --pos 1080x350
|
|
xrandr --output DP-2 --mode 2560x1440 --pos 3640x350
|