83b6ec7899
The description was a bit corrupted and didn't make sense. Fix. https://bugzilla.gnome.org/show_bug.cgi?id=645224
73 lines
2.3 KiB
Plaintext
73 lines
2.3 KiB
Plaintext
<gconfschemafile>
|
|
<schemalist>
|
|
|
|
<!-- General preferences -->
|
|
|
|
<schema>
|
|
<key>/schemas/apps/mutter/general/overlay_key</key>
|
|
<applyto>/apps/mutter/general/overlay_key</applyto>
|
|
<owner>mutter</owner>
|
|
<type>string</type>
|
|
<default>Super_L</default>
|
|
<locale name="C">
|
|
<short>Modifier to use for extended window management operations</short>
|
|
<long>
|
|
This key will initiate the "overlay", which is a combination window
|
|
overview and application launching system. The default is intended
|
|
to be the "Windows key" on PC hardware.
|
|
|
|
It's expected that this binding either the default or set to
|
|
the empty string.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/mutter/general/attach_modal_dialogs</key>
|
|
<applyto>/apps/mutter/general/attach_modal_dialogs</applyto>
|
|
<owner>mutter</owner>
|
|
<type>bool</type>
|
|
<default>false</default>
|
|
<locale name="C">
|
|
<short>Attach modal dialogs</short>
|
|
<long>
|
|
When true, instead
|
|
of having independent titlebars, modal dialogs appear attached to the titlebar
|
|
of the parent window and are moved together with the parent window.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/mutter/general/live_hidden_windows</key>
|
|
<applyto>/apps/mutter/general/live_hidden_windows</applyto>
|
|
<owner>mutter</owner>
|
|
<type>bool</type>
|
|
<default>false</default>
|
|
<locale name="C">
|
|
<short>Live Hidden Windows</short>
|
|
<long>
|
|
Determines whether hidden windows (i.e., minimized windows and
|
|
windows on other workspaces than the current one) should be kept
|
|
alive.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
|
|
<schema>
|
|
<key>/schemas/apps/mutter/general/workspaces_only_on_primary</key>
|
|
<applyto>/apps/mutter/general/workspaces_only_on_primary</applyto>
|
|
<owner>mutter</owner>
|
|
<type>bool</type>
|
|
<default>false</default>
|
|
<locale name="C">
|
|
<short>Workspaces only on primary</short>
|
|
<long>
|
|
Determines whether workspace switching should happen for windows
|
|
on all monitors or only for windows on the primary monitor.
|
|
</long>
|
|
</locale>
|
|
</schema>
|
|
</schemalist>
|
|
</gconfschemafile>
|