diff options
author | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-08 20:38:50 +0000 |
---|---|---|
committer | Connor E <38229097+c-edw@users.noreply.github.com> | 2018-11-08 20:38:50 +0000 |
commit | 78d07f5be414faa1b9ebf5f2299c40089f22b829 (patch) | |
tree | 4fa119ae2bd967f940a5a914ef803c89d3f047c1 /sway/sway.5.scd | |
parent | 5880478fb1d9a0f61696957f36a33f0ef7b85e73 (diff) |
Update documentation for focus_follows_mouse.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 6 |
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: specified direction while holding the floating modifier. Resets the command, when given no arguments. -*focus\_follows\_mouse* yes|no - If set to _yes_, moving your mouse over a window will focus that window. +*focus\_follows\_mouse* yes|no|always + If set to _yes_, moving your mouse over a window will focus that window. If + set to _always_, the window under the cursor will always be focused, even + after switching between workspaces. *focus\_wrapping* yes|no|force This option determines what to do when attempting to focus over the edge |