diff options
author | Steve Zesch <[email protected]> | 2012-05-10 13:08:46 -0700 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-05-10 13:08:46 -0700 |
commit | ce3d3a4b6e0a93eea4d54ac4bc2907b7432e136b (patch) | |
tree | 81f0b3024b3440b881b9e61e165a93d23ca0b22d /src/marco.schemas.in.in | |
parent | 6e5c6ab190ca9bddf0e2b694abd0100ab5fcc11c (diff) | |
parent | e2d0da87ec3f7add9643c7f7f424df080d95d8dc (diff) | |
download | marco-ce3d3a4b6e0a93eea4d54ac4bc2907b7432e136b.tar.bz2 marco-ce3d3a4b6e0a93eea4d54ac4bc2907b7432e136b.tar.xz |
Merge pull request #3 from benpicco/features
new marco features
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> |