Codebase list gnome-shell-extensions / d55c425 extensions / window-list / org.gnome.shell.extensions.window-list.gschema.xml
d55c425

Tree @d55c425 (Download .tar.gz)

org.gnome.shell.extensions.window-list.gschema.xml @d55c425raw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <enum id="org.gnome.shell.extensions.window-list.GroupingMode">
    <value value="0" nick="never"/>
    <value value="1" nick="auto"/>
    <value value="2" nick="always"/>
  </enum>
  <schema path="/org/gnome/shell/extensions/window-list/" id="org.gnome.shell.extensions.window-list">
    <key name="grouping-mode" enum="org.gnome.shell.extensions.window-list.GroupingMode">
      <default>'never'</default>
      <summary>When to group windows</summary>
      <description>Decides when to group windows from the same application on the window list. Possible values are "never", "auto" and "always".</description>
    </key>
    <key type="b" name="show-on-all-monitors">
      <default>false</default>
      <summary>Show the window list on all monitors</summary>
      <description>Whether to show the window list on all connected monitors or only on the primary one.</description>
    </key>
  </schema>
</schemalist>