Created
April 13, 2021 16:58
-
-
Save yavorski/a42f0e0b9ac7b8725d00d8f6fa296838 to your computer and use it in GitHub Desktop.
gnome-fractional-scalling
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
#!/usr/bin/env bash | |
# wayland | |
$ gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" | |
# x11 | |
$ gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']" | |
# reset on both x11/wayland | |
$ gsettings reset org.gnome.mutter experimental-features |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment