Created
May 8, 2024 06:53
-
-
Save pojntfx/399548fd1def7c6c93c5d64910452e12 to your computer and use it in GitHub Desktop.
Enable fractional scaling for GNOME 45 on Fedora 40
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/bash | |
| gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" | |
| # Now logout & login in again | |
| # You can also set manual scaling factors (i.e. 75%) by heading to `~/.config/monitors.xml` and editing the configuration manually, logging out & loging in again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment