9b630b387c
If one wants the extension, clearly he doesn't want the default layout of windows, therefore it doesn't make sense to replicate it and to keep settings for it.
17 lines
973 B
Plaintext
17 lines
973 B
Plaintext
<schemalist gettext-domain="gnome-shell-extensions">
|
|
<schema id="org.gnome.shell.extensions.native-window-placement" path="/org/gnome/shell/extensions/native-window-placement/">
|
|
<key name="use-more-screen" type="b">
|
|
<default>true</default>
|
|
<_summary>Use more screen for windows</_summary>
|
|
<_description>Try to use more screen for placing window thumbnails by adapting to screen aspect ratio, and consolidating
|
|
them further to reduce the bounding box. This setting applies only with the natural placement strategy.</_description>
|
|
</key>
|
|
<key name="window-captions-on-top" type="b">
|
|
<default>true</default>
|
|
<_summary>Place window captions on top</_summary>
|
|
<_description>If true, place window captions on top the respective thumbnail, overriding shell default of placing it at
|
|
the bottom. Changing this setting requires restarting the shell to have any effect.</_description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|