Skip to content

Instantly share code, notes, and snippets.

@yavorski
Created April 13, 2021 16:58
Show Gist options
  • Save yavorski/a42f0e0b9ac7b8725d00d8f6fa296838 to your computer and use it in GitHub Desktop.
Save yavorski/a42f0e0b9ac7b8725d00d8f6fa296838 to your computer and use it in GitHub Desktop.
gnome-fractional-scalling
#!/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