From 24f54e08d207f2594bfc800bd3f8dfd6aa307fc5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 28 Aug 2011 14:56:10 +0200 Subject: [PATCH] update docs/userguide --- _docs/userguide | 23 +++++++++++++++++++++++ docs/4.0/userguide.html | 22 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/_docs/userguide b/_docs/userguide index 97a9ab0..6971c9e 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 diff --git a/docs/4.0/userguide.html b/docs/4.0/userguide.html index 88b148a..85e77eb 100644 --- a/docs/4.0/userguide.html +++ b/docs/4.0/userguide.html @@ -755,6 +755,28 @@ Leave fullscreen mode. This is the default.
popup_during_fullscreen ignore
+
+

4.17. 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 <yes|no>
+
+

Example:

+
+
+
force_focus_wrapping yes
+
+
-- 2.39.2