diff options
Diffstat (limited to 'applets/wncklet/workspace-switcher.schemas.in')
-rw-r--r-- | applets/wncklet/workspace-switcher.schemas.in | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/applets/wncklet/workspace-switcher.schemas.in b/applets/wncklet/workspace-switcher.schemas.in new file mode 100644 index 00000000..3096b9c3 --- /dev/null +++ b/applets/wncklet/workspace-switcher.schemas.in @@ -0,0 +1,52 @@ +<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> |