Skip to content

gschema: Turn experimental features into flags

Robert Mader requested to merge rmader/mutter:experimental-settings-flags into main

From the main commit:

Defining valid values makes
1. changing settings less error prone
2. sure they are discoverable.

This does reset the values once on update, but fortunately does *not*
change the way to set the values. Thus e.g. enabling fractional scaling
via terminal command still works as before and internet guides stay valid.

Merge request reports