Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Last active November 8, 2017 04:05
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 nfedyashev/0c73156f50c7b171755083947d5b015e to your computer and use it in GitHub Desktop.
Save nfedyashev/0c73156f50c7b171755083947d5b015e to your computer and use it in GitHub Desktop.
Monitors: 2
0: +DP-0 2560/597x1440/336+0+0 DP-0
1: +HDMI-0 1920/597x1080/336+2560+0 HDMI-0
➜ ~ xrandr --output DP-0 --left-of HDMI-0
# or
➜ ~ xrandr --output HDMI-0 --left-of DP-0
@nfedyashev
Copy link
Author

xrandr -q | grep " connected"

HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
DP-0 connected 2560x1440+1920+0 (normal left inverted right x axis y axis) 597mm x 336mm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment