Skip to content

Instantly share code, notes, and snippets.

@prachauthit
Created March 7, 2020 10:26
Show Gist options
  • Save prachauthit/4f46d983681d80359a52644633ec2c47 to your computer and use it in GitHub Desktop.
Save prachauthit/4f46d983681d80359a52644633ec2c47 to your computer and use it in GitHub Desktop.
#!/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