From ff3c509ce0be53367ebd9dc6e047a1b5f6ed1d7e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:08:57 +0200 Subject: add wncklet schemas --- ...rg.mate.panel.applet.window-list.gschema.xml.in | 24 ++++++++++++++++++++++ ....panel.applet.workspace-switcher.gschema.xml.in | 19 +++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in create mode 100644 applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in (limited to 'applets') diff --git a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in new file mode 100644 index 00000000..0f2d871d --- /dev/null +++ b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in @@ -0,0 +1,24 @@ + + + + + + + + + false + Show windows from all workspaces + If true, the window list will show windows from all workspaces. Otherwise it will only display windows from the current workspace. + + + 'never' + When to group windows + Decides when to group windows from the same application on the window list. Possible values are "never", "auto" and "always". + + + true + Move windows to current workspace when unminimized + If true, then when unminimizing a window, move it to the current workspace. Otherwise, switch to the workspace of the window. + + + diff --git a/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in new file mode 100644 index 00000000..f4664312 --- /dev/null +++ b/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in @@ -0,0 +1,19 @@ + + + + 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. + + + true + Display all workspaces + If true, the workspace switcher will show all workspaces. Otherwise it will only show the current workspace. + + + 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