Created
December 28, 2024 23:28
-
-
Save sebastianlujan/86dd2b50a0eee6575c56721ea81dae37 to your computer and use it in GitHub Desktop.
Three 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
| xrandr --output eDP-1 --primary --mode 2560x1600 --pos 0x0 --rotate normal \ | |
| --output DP-4 --mode 1920x1080 --pos 2560x0 --rotate normal \ | |
| --output DP-3 --mode 1920x1080 --pos 4480x0 --rotate left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment