aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Alexander Browne <elcste@users.noreply.github.com>2022-02-04 21:22:42 -0600
committerLibravatar Simon Ser <contact@emersion.fr>2022-02-06 09:11:06 +0100
commit36f54679935d6c6706c7d4d5532e80a21d0e54e9 (patch)
tree415bb137f5e2e0b50be8f18b61bac9539540f387 /sway/sway.5.scd
parentChase wlroots xdg-shell refactor (diff)
downloadsway-36f54679935d6c6706c7d4d5532e80a21d0e54e9.tar.gz
sway-36f54679935d6c6706c7d4d5532e80a21d0e54e9.tar.zst
sway-36f54679935d6c6706c7d4d5532e80a21d0e54e9.zip
Minor update to focus_on_window_activation
Removed xwayland limitation since wayland clients are supported via xdg-activation.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd10
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 641d0925..168761e1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -620,11 +620,11 @@ The default colors are:
620 after switching between workspaces. 620 after switching between workspaces.
621 621
622*focus_on_window_activation* smart|urgent|focus|none 622*focus_on_window_activation* smart|urgent|focus|none
623 This option determines what to do when an xwayland client requests 623 This option determines what to do when a client requests window activation.
624 window activation. If set to _urgent_, the urgent state will be set 624 If set to _urgent_, the urgent state will be set for that window. If set to
625 for that window. If set to _focus_, the window will become focused. 625 _focus_, the window will become focused. If set to _smart_, the window will
626 If set to _smart_, the window will become focused only if it is already 626 become focused only if it is already visible, otherwise the urgent state
627 visible, otherwise the urgent state will be set. Default is _urgent_. 627 will be set. Default is _urgent_.
628 628
629*focus_wrapping* yes|no|force|workspace 629*focus_wrapping* yes|no|force|workspace
630 This option determines what to do when attempting to focus over the edge 630 This option determines what to do when attempting to focus over the edge