Skip to content

Instantly share code, notes, and snippets.

@nelsonauner
Last active April 26, 2018 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonauner/b3f7deda3dd9d01eb4d239fe36dd0f7c to your computer and use it in GitHub Desktop.
Save nelsonauner/b3f7deda3dd9d01eb4d239fe36dd0f7c to your computer and use it in GitHub Desktop.
set_up_dual_monitor_linux.sh
# [vertical screen DP-2] - [horizontal screen DP-3]
xrandr --auto --output DP-2 --left-of DP-3
xrandr --output DP-2 --rotate left
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment