Created
January 3, 2021 00:54
-
-
Save sar/1e660f26d7fdfe240f1f5b0238c4de1c to your computer and use it in GitHub Desktop.
Merge display outputs using xrandr like EyeFinity or NVIDIA Surround on Linux
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/bash | |
xrandr | |
xrandr --setmonitor Merged auto DP-4,HDMI-0 | |
set +x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment