Skip to content

Instantly share code, notes, and snippets.

@grepsedawk
Last active December 30, 2017 16:34
Show Gist options
  • Save grepsedawk/395fe760a5403ce213301056a7697cb5 to your computer and use it in GitHub Desktop.
Save grepsedawk/395fe760a5403ce213301056a7697cb5 to your computer and use it in GitHub Desktop.
Setup Monitors is Slow, setting up in .i3
#!/bin/bash
LAPTOP=DP-0
TOP=HDMI-0
LEFT_INNER=DP-4
LEFT_OUTER=DP-2
xrandr --output "${TOP}" --primary --auto \
--output "${LEFT_INNER}" --right-of "${LEFT_OUTER}" \
--output "${TOP}" --right-of "${LEFT_INNER}" \
--output "${LAPTOP}" --right-of "${TOP}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment