Codebase list gnome-shell-extensions / upstream/3.14.2 extensions / native-window-placement / org.gnome.shell.extensions.native-window-placement.gschema.xml.in
upstream/3.14.2

Tree @upstream/3.14.2 (Download .tar.gz)

org.gnome.shell.extensions.native-window-placement.gschema.xml.in @upstream/3.14.2raw · history · blame

<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>