summaryrefslogtreecommitdiff
path: root/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-11 00:08:57 +0200
committerStefano Karapetsas <[email protected]>2012-10-11 00:08:57 +0200
commitff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e (patch)
tree90bfa9ce15aed431d7f0c0192881c49d53fdaa7c /applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in
parentb9c880c58aba32356ee1a4f1e5f45defd5dfb895 (diff)
downloadmate-panel-ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e.tar.bz2
mate-panel-ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e.tar.xz
add wncklet schemas
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in')
-rw-r--r--applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in
new file mode 100644
index 00000000..f4664312
--- /dev/null
+++ b/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist>
+ <schema id="org.mate.panel.applet.workspace-switcher">
+ <key name="display-workspace-names" type="b">
+ <default>false</default>
+ <summary>Display workspace names</summary>
+ <description>If true, the workspaces in the workspace switcher will display the names of the workspaces. Otherwise they will display the windows on the workspace. This setting only works when the window manager is Marco.</description>
+ </key>
+ <key name="display-all-workspaces" type="b">
+ <default>true</default>
+ <summary>Display all workspaces</summary>
+ <description>If true, the workspace switcher will show all workspaces. Otherwise it will only show the current workspace.</description>
+ </key>
+ <key name="num-rows" type="i">
+ <default>1</default>
+ <summary>Rows in workspace switcher</summary>
+ <description>This key specifies how many rows (for horizontal layout) or columns (for vertical layout) the workspace switcher shows the workspaces in. This key is only relevant if the display_all_workspaces key is true.</description>
+ </key>
+ </schema>
+</schemalist>