diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-10-20 17:51:32 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-10-20 17:51:32 +1000 |
commit | b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 (patch) | |
tree | 2fbcff058e782577894037efdc65b89fc0b9f182 /sway/sway.5.scd | |
parent | 75ea19c71b08e4b3dd1ad053944724fd91dc04bd (diff) |
Remove raise_floating directive
The directive controlled whether floating views should raise to the top
when the cursor is moved over it while using focus_follows_mouse. The
default was enabled, which is undesirable. For example, if you have two
floating views where one completely covers the other, the smaller one
would be inaccessible because moving the mouse over the bigger one would
raise it above the smaller one.
There is no known use case for having raise_floating enabled, so this
patch removes the directive and implements the raise_floating disabled
behaviour instead.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index e5e7918f..51fd260b 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -446,11 +446,6 @@ The default colors are: devices. A list of input device names may be obtained via *swaymsg -t get\_inputs*. -*raise\_floating* yes|no - Controls the behaviour of floating windows. A _yes_ (the default) will - raise windows on gaining focus. A _no_ will only raise floating windows - by clicking anywhere in the window. - *seat* <seat> <seat-subcommands...> For details on seat subcommands, see *sway-input*(5). |