Created
November 8, 2021 21:37
-
-
Save partylikeits1983/4f894198277fe62ea3fc4c034f0359ff to your computer and use it in GitHub Desktop.
resize desktop on external monitor linux
This file contains 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
#!/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