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