Last active
February 11, 2025 18:43
-
-
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
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
# 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