0ffaf62c4c
Some default values differ between classic and normal sessions. We used to implement this by overriding the shell's default values in mini-extensions (or more precisely: reversing the shell's overrides). Use a mode-specific overridesSchema instead, which has the advantage that settings defaults will not change unexpectedly when extensions are disabled/enabled (for instance during screen locks). https://bugzilla.gnome.org/show_bug.cgi?id=701717
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.classic-overrides"
|
|
path="/org/gnome/shell/extensions/classic-overrides/"
|
|
gettext-domain="gnome-shell-extensions">
|
|
<key name="attach-modal-dialogs" type="b">
|
|
<default>true</default>
|
|
<_summary>Attach modal dialog to the parent window</_summary>
|
|
<_description>
|
|
This key overrides the key in org.gnome.mutter when running
|
|
GNOME Shell.
|
|
</_description>
|
|
</key>
|
|
|
|
<key name="edge-tiling" type="b">
|
|
<default>true</default>
|
|
<_summary>Enable edge tiling when dropping windows on screen edges</_summary>
|
|
<_description>
|
|
This key overrides the key in org.gnome.mutter when running GNOME Shell.
|
|
</_description>
|
|
</key>
|
|
|
|
<key name="workspaces-only-on-primary" type="b">
|
|
<default>true</default>
|
|
<_summary>Workspaces only on primary monitor</_summary>
|
|
<_description>
|
|
This key overrides the key in org.gnome.mutter when running GNOME Shell.
|
|
</_description>
|
|
</key>
|
|
|
|
<key name="focus-change-on-pointer-rest" type="b">
|
|
<default>true</default>
|
|
<summary>Delay focus changes in mouse mode until the pointer stops moving</summary>
|
|
<description>
|
|
This key overrides the key in org.gnome.mutter when running GNOME Shell.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|