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