Skip to content

Instantly share code, notes, and snippets.

@sebastianlujan
Created December 28, 2024 23:28
Show Gist options
  • Save sebastianlujan/86dd2b50a0eee6575c56721ea81dae37 to your computer and use it in GitHub Desktop.
Save sebastianlujan/86dd2b50a0eee6575c56721ea81dae37 to your computer and use it in GitHub Desktop.
Three monitors
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