Created
July 7, 2016 05:50
-
-
Save ph1ee/0ee58ec7f913dff16e834decb747dcdb to your computer and use it in GitHub Desktop.
hidpi config for Ubuntu GNOME
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 | |
# https://wiki.archlinux.org/index.php/HiDPI#How_to_use_non-whole_numbers | |
gsettings set org.gnome.desktop.interface scaling-factor 2 | |
xrandr --output eDP1 --auto --scale 1.5x1.5 | |
xrandr --output eDP1 --panning 2880x1620 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment