summaryrefslogtreecommitdiff
path: root/applets/wncklet/workspace-switcher.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'applets/wncklet/workspace-switcher.schemas.in')
-rw-r--r--applets/wncklet/workspace-switcher.schemas.in52
1 files changed, 0 insertions, 52 deletions
diff --git a/applets/wncklet/workspace-switcher.schemas.in b/applets/wncklet/workspace-switcher.schemas.in
deleted file mode 100644
index 3096b9c3..00000000
--- a/applets/wncklet/workspace-switcher.schemas.in
+++ /dev/null
@@ -1,52 +0,0 @@
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/apps/workspace_switcher_applet/prefs/display_workspace_names</key>
- <owner>workspace-switcher-applet</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Display workspace names</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/workspace_switcher_applet/prefs/display_all_workspaces</key>
- <owner>workspace-switcher-applet</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Display all workspaces</short>
- <long>
- If true, the workspace switcher will show all workspaces. Otherwise
- it will only show the current workspace.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/workspace_switcher_applet/prefs/num_rows</key>
- <owner>workspace-switcher-applet</owner>
- <type>int</type>
- <default>1</default>
- <locale name="C">
- <short>Rows in workspace switcher</short>
- <long>
- 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.
- </long>
- </locale>
- </schema>
-
- </schemalist>
-
-</mateconfschemafile>