diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:57 +0200 |
commit | ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e (patch) | |
tree | 90bfa9ce15aed431d7f0c0192881c49d53fdaa7c /applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in | |
parent | b9c880c58aba32356ee1a4f1e5f45defd5dfb895 (diff) | |
download | mate-panel-ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e.tar.bz2 mate-panel-ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e.tar.xz |
add wncklet schemas
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in')
-rw-r--r-- | applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in new file mode 100644 index 00000000..0f2d871d --- /dev/null +++ b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in @@ -0,0 +1,24 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <enum id="org.mate.panel.applet.window-list.GroupingType"> + <value nick="never" value="0"/> + <value nick="auto" value="1"/> + <value nick="always" value="2"/> + </enum> + <schema id="org.mate.panel.applet.window-list"> + <key name="display-all-workspaces" type="b"> + <default>false</default> + <summary>Show windows from all workspaces</summary> + <description>If true, the window list will show windows from all workspaces. Otherwise it will only display windows from the current workspace.</description> + </key> + <key name="group-windows" enum="org.mate.panel.applet.window-list.GroupingType"> + <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 name="move-unminimized-windows" type="b"> + <default>true</default> + <summary>Move windows to current workspace when unminimized</summary> + <description>If true, then when unminimizing a window, move it to the current workspace. Otherwise, switch to the workspace of the window.</description> + </key> + </schema> +</schemalist> |