diff options
author | Benjamin Valentin <[email protected]> | 2012-01-09 17:47:29 +0100 |
---|---|---|
committer | Benjamin Valentin <benpicco@rechenknecht2k7.(none)> | 2012-03-16 00:29:11 +0100 |
commit | dacdbd19b2d6037235aa4ed1bd28f89286236046 (patch) | |
tree | a63d9ea17ddd2f772bc64819cc348c644d5746b8 /src/marco.schemas.in.in | |
parent | 3f122b87a866edb62d0402058f83974cf8a8fd54 (diff) | |
download | marco-dacdbd19b2d6037235aa4ed1bd28f89286236046.tar.bz2 marco-dacdbd19b2d6037235aa4ed1bd28f89286236046.tar.xz |
implement option for classic and toroidal workspace switching, based on https://bugzilla.gnome.org/show_bug.cgi?id=89315
Diffstat (limited to 'src/marco.schemas.in.in')
-rw-r--r-- | src/marco.schemas.in.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/marco.schemas.in.in b/src/marco.schemas.in.in index acd342b4..ca03ab70 100644 --- a/src/marco.schemas.in.in +++ b/src/marco.schemas.in.in @@ -307,6 +307,29 @@ </schema> <schema> + <key>/schemas/apps/marco/general/wrap_style</key> + <applyto>/apps/marco/general/wrap_style</applyto> + <owner>marco</owner> + <type>string</type> + <default>no wrap</default> + <locale name="C"> + <short>Workspace wrap style</short> + <long> + The wrap style is used to determine how to switch from one + workspace to another at the border of the workspace switcher. + When set to "no wrap", nothing will happen if you try to + switch to a workspace past the border of the workspace switcher. + If set to "classic", the old marco behavior is used: + the end of one row leads to the beginning of the next and + the end of a column leads to the beginning of the next. + If set to "toroidal", workspaces are connected like a doughnut: + the end of each row leads to its own beginning and the + end of each column leads to its own beginning. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/marco/general/visual_bell</key> <applyto>/apps/marco/general/visual_bell</applyto> <owner>marco</owner> |