aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar lbonn <bonnans.l@gmail.com>2019-10-16 20:27:19 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2019-10-17 13:48:52 +0300
commit3ee3a9ef60c6259720564bbedb0c74d545d2ec53 (patch)
tree186eb0a0abf72e20fda497f1827c7fa717056d5c /sway/sway.5.scd
parentxwayland.c handle_map(): NULL out xsurface->data() to prevent crashing. (diff)
downloadsway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.tar.gz
sway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.tar.zst
sway-3ee3a9ef60c6259720564bbedb0c74d545d2ec53.zip
focus: support focus_wrapping workspace
Following i3 support: https://github.com/i3/i3/pull/3407
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 7c73a255..63b5465a 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -551,14 +551,16 @@ The default colors are:
551 If set to _smart_, the window will become focused only if it is already 551 If set to _smart_, the window will become focused only if it is already
552 visible, otherwise the urgent state will be set. Default is _smart_. 552 visible, otherwise the urgent state will be set. Default is _smart_.
553 553
554*focus_wrapping* yes|no|force 554*focus_wrapping* yes|no|force|workspace
555 This option determines what to do when attempting to focus over the edge 555 This option determines what to do when attempting to focus over the edge
556 of a container. If set to _no_, the focused container will retain focus, 556 of a container. If set to _no_, the focused container will retain focus,
557 if there are no other containers in the direction. If set to _yes_, focus 557 if there are no other containers in the direction. If set to _yes_, focus
558 will be wrapped to the opposite edge of the container, if there are no 558 will be wrapped to the opposite edge of the container, if there are no
559 other containers in the direction. If set to _force_, focus will be wrapped 559 other containers in the direction. If set to _force_, focus will be wrapped
560 to the opposite edge of the container, even if there are other containers 560 to the opposite edge of the container, even if there are other containers
561 in the direction. Default is _yes_. 561 in the direction. If set to _workspace_, focus will wrap like in the _yes_
562 case and additionally wrap when moving outside of workspaces boundaries.
563 Default is _yes_.
562 564
563*font* [pango:]<font> 565*font* [pango:]<font>
564 Sets font to use for the title bars. To enable support for pango markup, 566 Sets font to use for the title bars. To enable support for pango markup,