diff options
author | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
commit | c51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch) | |
tree | 019ae92bb53c19b30077545cb14743cbd1b57aef /applets/wncklet/workspace-switcher.schemas.in | |
download | mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2 mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
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> |