Last active
March 7, 2020 10:28
-
-
Save prachauthit/e4d48fa5b96541d0c9fe59d9f040c04a to your computer and use it in GitHub Desktop.
sxekmddv
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" --output DP1 --mode "1920x1080" --right-of eDP1 --rotate normal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment