From 3ee3a9ef60c6259720564bbedb0c74d545d2ec53 Mon Sep 17 00:00:00 2001 From: lbonn Date: Wed, 16 Oct 2019 20:27:19 +0200 Subject: focus: support focus_wrapping workspace Following i3 support: https://github.com/i3/i3/pull/3407 --- sway/sway.5.scd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sway/sway.5.scd') 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: If set to _smart_, the window will become focused only if it is already visible, otherwise the urgent state will be set. Default is _smart_. -*focus_wrapping* yes|no|force +*focus_wrapping* yes|no|force|workspace This option determines what to do when attempting to focus over the edge of a container. If set to _no_, the focused container will retain focus, if there are no other containers in the direction. If set to _yes_, focus will be wrapped to the opposite edge of the container, if there are no other containers in the direction. If set to _force_, focus will be wrapped to the opposite edge of the container, even if there are other containers - in the direction. Default is _yes_. + in the direction. If set to _workspace_, focus will wrap like in the _yes_ + case and additionally wrap when moving outside of workspaces boundaries. + Default is _yes_. *font* [pango:] Sets font to use for the title bars. To enable support for pango markup, -- cgit v1.2.3-54-g00ecf