Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created May 8, 2024 06:53
Show Gist options
  • Select an option

  • Save pojntfx/399548fd1def7c6c93c5d64910452e12 to your computer and use it in GitHub Desktop.

Select an option

Save pojntfx/399548fd1def7c6c93c5d64910452e12 to your computer and use it in GitHub Desktop.
Enable fractional scaling for GNOME 45 on Fedora 40
#!/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