Codebase list gnome-shell-extensions / a206f96 extensions / auto-move-windows / org.gnome.shell.extensions.auto-move-windows.gschema.xml
a206f96

Tree @a206f96 (Download .tar.gz)

org.gnome.shell.extensions.auto-move-windows.gschema.xml @a206f96raw · history · blame

<schemalist gettext-domain="gnome-shell-extensions">
  <schema id="org.gnome.shell.extensions.auto-move-windows" path="/org/gnome/shell/extensions/auto-move-windows/">
    <key name="application-list" type="as">
      <!-- FIXME: should be a(su), when JS supports more of GVariant -->
      <default>[ ]</default>
      <summary>Application and workspace list</summary>
      <description>A list of strings, each containing an application id (desktop file name), followed by a colon and the workspace number</description>
    </key>
  </schema>
</schemalist>