From f595538db940b6cee91e87f75ee4a87fa2fb1174 Mon Sep 17 00:00:00 2001 From: Moritz Bruder Date: Sun, 10 Feb 2013 01:06:58 +0100 Subject: Added a wrap around option for workspace switcher Includes: - a toggle button in the preferences (wrap_workspaces_toggle), a gboolean keeping track (wrap_workspaces) - another entry in the schema (gsettings) - and some minor code changes (which only affect the code when scrolling while on the last or first index) --- .../wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in') 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 index f4664312..682e42de 100644 --- a/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in +++ b/applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in @@ -15,5 +15,10 @@ 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. + + false + Wrap around on scroll + If true, the workspace switcher will allow wrap-around, which means switching from the first to the last workspace and vice versa via scrolling. + -- cgit v1.2.1