diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-20 15:30:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 15:30:54 +0200 |
commit | 551e05ba90feb497723bbc214781ba58b60562a7 (patch) | |
tree | ab05e09c7ff6cef1475f230f37372b04c54c0ae0 /sway/sway.5.scd | |
parent | c75098e96fabad5539e0114346dba7e24cee6ffe (diff) | |
parent | b9b1b0e5662f8e3dbbfa9bb09dd4f69aac9c2db0 (diff) |
Merge pull request #2888 from RyanDwyer/remove-raise-floating
Remove raise_floating directive
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). |