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