summaryrefslogtreecommitdiff
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorSimon Ser <[email protected]>2020-03-27 18:17:15 +0100
committerDrew DeVault <[email protected]>2020-03-29 20:58:15 +0200
commit5e41e6600beb7e80b5c621021e0b61a2a1dc0ac0 (patch)
tree591e196e3f73998e332a4e026bd3c13e417a0276 /sway/sway.5.scd
parent63e45bf3217a484775f24f14c05d228c79348b7a (diff)
Change focus_on_window_activation default to urgent
Before the default was "smart". This means a visible app could steal focus whenever it wanted to. This can be an issue since having focus allows for e.g. clipboard access. This commit changes the default to "urgent" instead. Closes: https://github.com/swaywm/sway/issues/5139
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1663033c..c9daba5d 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -580,7 +580,7 @@ The default colors are:
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_.
+ 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