aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-11-08 15:53:02 -0500
committerLibravatar GitHub <noreply@github.com>2018-11-08 15:53:02 -0500
commitcfcedfca71de866d66197b8389871acd1cab24ac (patch)
tree4fa119ae2bd967f940a5a914ef803c89d3f047c1
parentMerge pull request #3090 from RedSoxFan/resize-set-improved (diff)
parentUpdate documentation for focus_follows_mouse. (diff)
downloadsway-cfcedfca71de866d66197b8389871acd1cab24ac.tar.gz
sway-cfcedfca71de866d66197b8389871acd1cab24ac.tar.zst
sway-cfcedfca71de866d66197b8389871acd1cab24ac.zip
Merge pull request #3091 from c-edw/feature/FocusFollowsMouseDoc
Update documentation for focus_follows_mouse.
-rw-r--r--sway/sway.5.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 8df59fc0..8f6b35f1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -419,8 +419,10 @@ The default colors are:
419 specified direction while holding the floating modifier. Resets the 419 specified direction while holding the floating modifier. Resets the
420 command, when given no arguments. 420 command, when given no arguments.
421 421
422*focus\_follows\_mouse* yes|no 422*focus\_follows\_mouse* yes|no|always
423 If set to _yes_, moving your mouse over a window will focus that window. 423 If set to _yes_, moving your mouse over a window will focus that window. If
424 set to _always_, the window under the cursor will always be focused, even
425 after switching between workspaces.
424 426
425*focus\_wrapping* yes|no|force 427*focus\_wrapping* yes|no|force
426 This option determines what to do when attempting to focus over the edge 428 This option determines what to do when attempting to focus over the edge