Merge "force_focus_wrapping" option into "focus_wrapping force"
Allow enabling forced focus wrapping by specifying "focus_wrapping force" in i3's configuration. This syntax supersedes the previous "force_focus_wrapping yes" one, which remains available for backwards compatibility.
This commit is contained in:
@ -1044,38 +1044,34 @@ opposite window will be focused when trying to move the focus over the edge of
|
||||
a container (and there are no other containers in that direction) -- the focus
|
||||
wraps.
|
||||
|
||||
If desired, you can disable this behavior using the +focus_wrapping+
|
||||
configuration directive:
|
||||
If desired, you can disable this behavior by setting the +focus_wrapping+
|
||||
configuration directive to the value +no+.
|
||||
|
||||
*Syntax*:
|
||||
---------------------
|
||||
focus_wrapping yes|no
|
||||
---------------------
|
||||
|
||||
*Example*:
|
||||
-----------------
|
||||
focus_wrapping no
|
||||
-----------------
|
||||
|
||||
By default, focus wrapping does not occur if there is another window or
|
||||
container in the specified direction, and focus will instead be set on that
|
||||
window or container. This is the default behavior so you can navigate to all
|
||||
your windows without having to use +focus parent+.
|
||||
When enabled, focus wrapping does not occur by default if there is another
|
||||
window or container in the specified direction, and focus will instead be set
|
||||
on that window or container. This is the default behavior 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.
|
||||
parent+ to switch to different containers, you can instead set +focus_wrapping+
|
||||
to the value +force+.
|
||||
|
||||
*Syntax*:
|
||||
---------------------------
|
||||
force_focus_wrapping yes|no
|
||||
focus_wrapping yes|no|force
|
||||
|
||||
# Legacy syntax, equivalent to "focus_wrapping force"
|
||||
force_focus_wrapping yes
|
||||
---------------------------
|
||||
|
||||
*Example*:
|
||||
------------------------
|
||||
force_focus_wrapping yes
|
||||
------------------------
|
||||
*Examples*:
|
||||
-----------------
|
||||
# Disable focus wrapping
|
||||
focus_wrapping no
|
||||
|
||||
# Force focus wrapping
|
||||
focus_wrapping force
|
||||
-----------------
|
||||
|
||||
=== Forcing Xinerama
|
||||
|
||||
|
Reference in New Issue
Block a user