Created
September 5, 2018 19:32
-
-
Save automagicaly/8785b6a5bebb352aaf1843d14cc0f990 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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