diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2017-04-21 17:55:52 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2017-05-26 14:31:48 +0800 |
commit | 05bc2e2331efdc46868e8a60ad32ca562ebf29ec (patch) | |
tree | 9d2d2a49b5461414db62c58235731e6ad593c541 /data | |
parent | 3b097c7e77e420c8e1db732e91f33daa6060f150 (diff) | |
download | mutter-05bc2e2331efdc46868e8a60ad32ca562ebf29ec.tar.gz |
gschema: Add description for "monitor-config-manager"
https://bugzilla.gnome.org/show_bug.cgi?id=777732
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.mutter.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in index 96b3be34e..4c733398d 100644 --- a/data/org.gnome.mutter.gschema.xml.in +++ b/data/org.gnome.mutter.gschema.xml.in @@ -114,12 +114,22 @@ Currently possible keywords: + • “monitor-config-manager” — use the new monitor configuration + system, aimed to replace the old one. + This enables a higher level configuration + API to be used by confugiration + applications, as well as the ability to + configure per logical monitor scale. • “scale-monitor-framebuffer” — makes mutter default to layout logical monitors in a logical pixel coordinate space, while scaling monitor framebuffers instead of window content, to manage HiDPI monitors. Does not require a restart. + + Also enabling "monitor-config-manager" + is required for this feature to be + enabled. </description> </key> |