sway

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

commit 36f54679935d6c6706c7d4d5532e80a21d0e54e9
parent 30d27b5996f396b46e2d6dd60e826ff031472136
Author: Alexander Browne <elcste@users.noreply.github.com>
Date:   Fri,  4 Feb 2022 21:22:42 -0600

Minor update to focus_on_window_activation

Removed xwayland limitation since wayland clients are supported via xdg-activation.
Diffstat:
Msway/sway.5.scd | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -620,11 +620,11 @@ The default colors are: 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 _urgent_. + This option determines what to do when a 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 _urgent_. *focus_wrapping* yes|no|force|workspace This option determines what to do when attempting to focus over the edge