Created
June 26, 2016 16:25
-
-
Save noisy/a05aa125a1ee3282a31d558852d546e2 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
xrandr --newmode "1080p" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync | |
xrandr --addmode DP2 1080p | |
xrandr --output DP2 --mode 1080p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment