Codebase list gnome-shell-extensions / fc289a2 extensions / native-window-placement / org.gnome.shell.extensions.native-window-placement.gschema.xml
fc289a2

Tree @fc289a2 (Download .tar.gz)

org.gnome.shell.extensions.native-window-placement.gschema.xml @fc289a2raw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <schema path="/org/gnome/shell/extensions/native-window-placement/" id="org.gnome.shell.extensions.native-window-placement">
    <key type="b" name="use-more-screen">
      <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 type="b" name="window-captions-on-top">
      <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>