3 lines
180 B
Bash
Executable File
3 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1366x768 --pos 1920x312 --rotate normal --output HDMI-2 --off
|