diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
commit | b9c880c58aba32356ee1a4f1e5f45defd5dfb895 (patch) | |
tree | 981fb56120699ac2eb41d47937116e6b1f9998c2 /applets/wncklet/workspace-switcher.schemas.in | |
parent | 7a578190a730ddef00cfe770aa67608eb07213b5 (diff) | |
download | mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.bz2 mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.xz |
update notification_area
Diffstat (limited to 'applets/wncklet/workspace-switcher.schemas.in')
-rw-r--r-- | applets/wncklet/workspace-switcher.schemas.in | 52 |
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> |