From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- applets/wncklet/workspace-switcher.schemas.in | 52 +++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 applets/wncklet/workspace-switcher.schemas.in (limited to 'applets/wncklet/workspace-switcher.schemas.in') 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 @@ + + + + + /schemas/apps/workspace_switcher_applet/prefs/display_workspace_names + workspace-switcher-applet + bool + false + + Display workspace names + + 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. + + + + + + /schemas/apps/workspace_switcher_applet/prefs/display_all_workspaces + workspace-switcher-applet + bool + true + + Display all workspaces + + If true, the workspace switcher will show all workspaces. Otherwise + it will only show the current workspace. + + + + + + /schemas/apps/workspace_switcher_applet/prefs/num_rows + workspace-switcher-applet + int + 1 + + Rows in workspace switcher + + 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. + + + + + + + -- cgit v1.2.1