]> git.sur5r.net Git - i3/i3/commitdiff
docs/userguide: document force_focus_wrapping config directive
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Aug 2011 12:54:58 +0000 (14:54 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Aug 2011 12:54:58 +0000 (14:54 +0200)
docs/userguide

index 97a9ab06a296f8bbf7ba486d5a4c4a1f50b7ab5b..6971c9edf89d3170ea9c9225803551f0f64f8a3f 100644 (file)
@@ -665,6 +665,29 @@ popup_during_fullscreen <ignore|leave_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 <yes|no>
+-----------------------------
+
+*Example*:
+------------------------
+force_focus_wrapping yes
+------------------------
+
 == List of commands
 
 === Splitting containers