diff options
author | Moritz Bruder <[email protected]> | 2013-02-10 01:06:58 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-10 11:57:49 +0100 |
commit | f595538db940b6cee91e87f75ee4a87fa2fb1174 (patch) | |
tree | 9a9e47b061a35ffab3bf29428e2375cdb88fc0aa /applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in | |
parent | f159031648e2a917e785bf63c0e0480d50210282 (diff) | |
download | mate-panel-f595538db940b6cee91e87f75ee4a87fa2fb1174.tar.bz2 mate-panel-f595538db940b6cee91e87f75ee4a87fa2fb1174.tar.xz |
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)
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in')
-rw-r--r-- | applets/wncklet/org.mate.panel.applet.workspace-switcher.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <summary>Rows in workspace switcher</summary> <description>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.</description> </key> + <key name="wrap-workspaces" type="b"> + <default>false</default> + <summary>Wrap around on scroll</summary> + <description>If true, the workspace switcher will allow wrap-around, which means switching from the first to the last workspace and vice versa via scrolling.</description> + </key> </schema> </schemalist> |