Skip to content

Instantly share code, notes, and snippets.

@automagicaly
Created September 5, 2018 19:32
Show Gist options
  • Save automagicaly/8785b6a5bebb352aaf1843d14cc0f990 to your computer and use it in GitHub Desktop.
Save automagicaly/8785b6a5bebb352aaf1843d14cc0f990 to your computer and use it in GitHub Desktop.
#! /bin/bash
left="eDP-1"
middle="DP-1-1"
right="DP-1-2"
xrandr --auto
xrandr --output $middle --right-of $left
xrandr --output $right --right-of $middle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment