Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save partylikeits1983/4f894198277fe62ea3fc4c034f0359ff to your computer and use it in GitHub Desktop.
Save partylikeits1983/4f894198277fe62ea3fc4c034f0359ff to your computer and use it in GitHub Desktop.
resize desktop on external monitor linux
#!/bin/bash
xrandr --output DP-1 --scale 1.5x1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment