From b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 20 Oct 2018 17:51:32 +1000 Subject: 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. --- sway/sway.5.scd | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sway/sway.5.scd') 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* For details on seat subcommands, see *sway-input*(5). -- cgit v1.2.3-54-g00ecf