From c846ff272f851375273407d4d03dae545b566482 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 28 Aug 2011 14:54:58 +0200 Subject: [PATCH] docs/userguide: document force_focus_wrapping config directive --- docs/userguide | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/userguide b/docs/userguide index 97a9ab06..6971c9ed 100644 --- a/docs/userguide +++ b/docs/userguide @@ -665,6 +665,29 @@ popup_during_fullscreen popup_during_fullscreen ignore ------------------------------ +=== Focus wrapping + +When being in a tabbed or stacked container, the first container will be +focused when you use +focus down+ on the last container -- the focus wraps. If +however there is another stacked/tabbed container in that direction, focus will +be set on that container. This is the default behaviour so you can navigate to +all your windows without having to use +focus parent+. + +If you want the focus to *always* wrap and you are aware of using +focus +parent+ to switch to different containers, you can use the ++force_focus_wrapping+ configuration directive. After enabling it, the focus +will always wrap. + +*Syntax*: +----------------------------- +force_focus_wrapping +----------------------------- + +*Example*: +------------------------ +force_focus_wrapping yes +------------------------ + == List of commands === Splitting containers