GNOME: Difference between revisions
→Troubleshooting: Add troubeshooting for switching DEs and GNOME's cursor is missing |
→Tips and tricks: Add experimental settings section |
||
Line 111: | Line 111: | ||
== Tips and tricks == | == Tips and tricks == | ||
=== Experimental Settings === | |||
GNOME has a number of experimental settings for features not fully completed and thus hidden from the user. As of GNOME 48, these are the experimental features you may want to use: | |||
{{File|3={ | |||
programs.dconf.profiles.user.databases = [ | |||
{ | |||
settings = { | |||
"org/gnome/mutter" = { | |||
experimental-features = [ | |||
"scale-monitor-framebuffer" # Enables fractional scaling (125% 150% 175%) | |||
"variable-refresh-rate" # Enables Variable Refresh Rate (VRR) on compatible displays | |||
"xwayland-native-scaling" # Scales Xwayland applications to look crisp on HiDPI screens | |||
]; | |||
}; | |||
}; | |||
} | |||
]; | |||
}|name=/etc/nixos/configuration.nix|lang=nix}} | |||
=== Discover dconf settings === | === Discover dconf settings === |