Skip to content

Instantly share code, notes, and snippets.

@vo
Created February 16, 2017 18:43
Show Gist options
  • Save vo/e90ced4de3bf4cd0163b95a7876caa67 to your computer and use it in GitHub Desktop.
Save vo/e90ced4de3bf4cd0163b95a7876caa67 to your computer and use it in GitHub Desktop.
Triple monitor xrandr setup with 1 HiDPI and 2 LoDPI monitors
#!/bin/sh
xrandr --output HDMI-0 --mode 1920x1080 --scale 1.5x1.5 --panning 2880x1620+0+0 --output DP-4 --mode 3840x2160 --panning 3840x2160+2880+0 --scale 1x1 --output DVI-I-1 --mode 1920x1080 --scale 1.5x1.5 --panning 2880x1620+6720+0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment