aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-10-20 17:51:32 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-10-20 17:51:32 +1000
commitb9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 (patch)
tree2fbcff058e782577894037efdc65b89fc0b9f182 /sway/sway.5.scd
parentMerge pull request #2870 from RyanDwyer/refactor-input-manager (diff)
downloadsway-b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0.tar.gz
sway-b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0.tar.zst
sway-b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0.zip
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.scd5
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:
446 devices. A list of input device names may be obtained via *swaymsg -t 446 devices. A list of input device names may be obtained via *swaymsg -t
447 get\_inputs*. 447 get\_inputs*.
448 448
449*raise\_floating* yes|no
450 Controls the behaviour of floating windows. A _yes_ (the default) will
451 raise windows on gaining focus. A _no_ will only raise floating windows
452 by clicking anywhere in the window.
453
454*seat* <seat> <seat-subcommands...> 449*seat* <seat> <seat-subcommands...>
455 For details on seat subcommands, see *sway-input*(5). 450 For details on seat subcommands, see *sway-input*(5).
456 451