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