Created
March 10, 2018 16:25
-
-
Save ksafranski/490fb1866babf30006afeb04bde9e9be to your computer and use it in GitHub Desktop.
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/sh | |
sudo xrandr --newmode "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync | |
sudo xrandr --addmode HDMI-1 "2560x1080_60.00" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment