diff --git a/options/custom/settings/dconf/gnome.nix b/options/custom/settings/dconf/gnome.nix index 3c1bf60..1c81d44 100644 --- a/options/custom/settings/dconf/gnome.nix +++ b/options/custom/settings/dconf/gnome.nix @@ -119,7 +119,10 @@ in { workspaces-only-on-primary = mkBoolean true; #?? [as] - experimental-features = mkArray type.string ["variable-refresh-rate"]; + experimental-features = mkArray type.string [ + "scale-monitor-framebuffer" # https://wiki.archlinux.org/title/HiDPI#Fractional_scaling + "variable-refresh-rate" # https://wiki.archlinux.org/title/Variable_refresh_rate#GNOME + ]; }; "org/gnome/mutter/wayland/keybindings" = {