aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar rpigott <rpigott@berkeley.edu>2019-07-17 15:22:24 -0700
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-07-17 18:31:02 -0400
commit3716c53d358fce7503ed0f59fcb5622c5e1a5a8f (patch)
treea3c1f857a26ab22cc6855d724835202c99f9ada9 /sway/sway.5.scd
parentAdded Dutch translation of README (diff)
downloadsway-3716c53d358fce7503ed0f59fcb5622c5e1a5a8f.tar.gz
sway-3716c53d358fce7503ed0f59fcb5622c5e1a5a8f.tar.zst
sway-3716c53d358fce7503ed0f59fcb5622c5e1a5a8f.zip
Add missing description for focus_on_window_activation command in docs.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index ca47c1f9..274c2833 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -536,6 +536,13 @@ The default colors are:
536 set to _always_, the window under the cursor will always be focused, even 536 set to _always_, the window under the cursor will always be focused, even
537 after switching between workspaces. 537 after switching between workspaces.
538 538
539*focus_on_window_activation* smart|urgent|focus|none
540 This option determines what to do when an xwayland client requests
541 window activation. If set to _urgent_, the urgent state will be set
542 for that window. If set to _focus_, the window will become focused.
543 If set to _smart_, the window will become focused only if it is already
544 visible, otherwise the urgent state will be set. Default is _smart_.
545
539*focus_wrapping* yes|no|force 546*focus_wrapping* yes|no|force
540 This option determines what to do when attempting to focus over the edge 547 This option determines what to do when attempting to focus over the edge
541 of a container. If set to _no_, the focused container will retain focus, 548 of a container. If set to _no_, the focused container will retain focus,