Created
February 16, 2017 18:43
-
-
Save vo/e90ced4de3bf4cd0163b95a7876caa67 to your computer and use it in GitHub Desktop.
Triple monitor xrandr setup with 1 HiDPI and 2 LoDPI monitors
This file contains hidden or 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/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