Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created January 12, 2022 20:44
Show Gist options
  • Save Manouchehri/b1eff0f43a446ea75c501df361d3ef55 to your computer and use it in GitHub Desktop.
Save Manouchehri/b1eff0f43a446ea75c501df361d3ef55 to your computer and use it in GitHub Desktop.
Setting up my monitors
xrandr --output HDMI-A-0 --rotate left --rate 143.91 --mode 2560x1440 --mode 2560x1440 --set "max bpc" 10 --output DisplayPort-3 --right-of HDMI-A-0 --rotate left --rate 165.08 --mode 2560x1440 --set "max bpc" 10 --output DisplayPort-4 --right-of DisplayPort-3 --rotate right --rate 165.08 --mode 2560x1440 --set "max bpc" 10 --output DisplayPort-5 --right-of DisplayPort-4 --rotate right --rate 165.08 --mode 2560x1440 --set "max bpc" 10 --output HDMI-A-1 --right-of DisplayPort-5 --rotate right --rate 143.91 --mode 2560x1440 --set "max bpc" 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment