#!/bin/bash #xrandr --output eDP-1 --off xrandr --output DP-3 --auto xrandr --output eDP-1 --off #xrandr --output DP-1 --auto #xrandr --output DP-1 --right-of eDP-1 #xrandr --output DP-1 --right-of HDMI-1 #xrandr --output HDMI-1 --mode #xrandr --output HDMI-1 --mode 2560x1440 #xrandr --output DP-1 --mode 2560x1440 #xrandr --output DP-2-2 --rotate left #xrandr --output DP-2-1 --rotate left