From dacdbd19b2d6037235aa4ed1bd28f89286236046 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 9 Jan 2012 17:47:29 +0100 Subject: implement option for classic and toroidal workspace switching, based on https://bugzilla.gnome.org/show_bug.cgi?id=89315 --- src/marco.schemas.in.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/marco.schemas.in.in') 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 @@ -306,6 +306,29 @@ + + /schemas/apps/marco/general/wrap_style + /apps/marco/general/wrap_style + marco + string + no wrap + + Workspace wrap style + + 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. + + + + /schemas/apps/marco/general/visual_bell /apps/marco/general/visual_bell -- cgit v1.2.1