sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 3716c53d358fce7503ed0f59fcb5622c5e1a5a8f
parent 1e66fa0d2351d2826e71bee26d49329169c7b30c
Author: rpigott <rpigott@berkeley.edu>
Date:   Wed, 17 Jul 2019 15:22:24 -0700

Add missing description for focus_on_window_activation command in docs.

Diffstat:
Msway/sway.5.scd | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -536,6 +536,13 @@ The default colors are: set to _always_, the window under the cursor will always be focused, even after switching between workspaces. +*focus_on_window_activation* smart|urgent|focus|none + This option determines what to do when an xwayland client requests + window activation. If set to _urgent_, the urgent state will be set + for that window. If set to _focus_, the window will become focused. + 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 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,