Created
March 7, 2020 10:26
-
-
Save prachauthit/4f46d983681d80359a52644633ec2c47 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/sh | |
xrandr --newmode "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync | |
xrandr --addmode eDP1 1792x1008_60.00 | |
xrandr --output eDP1 --mode "1792x1008_60.00" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment