3 lines
188 B
Bash
Executable File
3 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-1 --off --output DP-2 --primary --mode 3440x1440 --pos 2560x0 --rotate normal --output HDMI-1 --mode 2560x1080 --pos 0x647 --rotate normal --output DP-3 --off
|