Skip to content

Instantly share code, notes, and snippets.

@pjehan
Created September 4, 2024 06:52
Show Gist options
  • Save pjehan/76498888943839f1cb338dae30918db0 to your computer and use it in GitHub Desktop.
Save pjehan/76498888943839f1cb338dae30918db0 to your computer and use it in GitHub Desktop.
Xrandr config to setup 2 extra monitors with mirroring
xrandr --output eDP-1 --pos 0x0 --output DP-1 --mode 1280x720 --right-of eDP-1 --output HDMI-1 --mode 1280x720 --same-as DP-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment