Skip to content

Instantly share code, notes, and snippets.

@aniongithub
Last active February 11, 2025 18:43
Show Gist options
  • Save aniongithub/c5fb0da01074ba6592e4be77f0c322f7 to your computer and use it in GitHub Desktop.
Save aniongithub/c5fb0da01074ba6592e4be77f0c322f7 to your computer and use it in GitHub Desktop.
Add a shareable monitor to the lower left of a 4K (2160p) monitor with xrandr
# Save this to your ~/.bash_aliases file or ~/.bashrc directly
alias add-monitor="xrandr --setmonitor screenshare 1920/1x1080/1+0+1080 none"
alias remove-monitor="xrandr --delmonitor screenshare"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment