diff options
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> |