aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jonathan Buch <jbuch@synyx.de>2018-09-25 14:57:47 +0200
committerLibravatar Jonathan Buch <jbuch@synyx.de>2018-10-03 16:23:14 +0200
commit8bec0c90c71439027cec6d35438e3660196e5584 (patch)
tree9b6b3ca79b5bdec1c11e43a9753c96f8bc4df887
parentSimplify raising a container in seat (diff)
downloadsway-8bec0c90c71439027cec6d35438e3660196e5584.tar.gz
sway-8bec0c90c71439027cec6d35438e3660196e5584.tar.zst
sway-8bec0c90c71439027cec6d35438e3660196e5584.zip
Add manpage documentatioon for raise_floating
-rw-r--r--sway/sway.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 3202d517..3fda6cef 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -441,6 +441,11 @@ The default colors are:
441 devices. A list of input device names may be obtained via *swaymsg -t 441 devices. A list of input device names may be obtained via *swaymsg -t
442 get\_inputs*. 442 get\_inputs*.
443 443
444*raise\_floating* yes|no
445 Controls the behaviour of floating windows. A _yes_ (the default) will
446 raise windows on gaining focus. A _no_ will only raise floating windows
447 by clicking anywhere in the window.
448
444*seat* <seat> <seat-subcommands...> 449*seat* <seat> <seat-subcommands...>
445 For details on seat subcommands, see *sway-input*(5). 450 For details on seat subcommands, see *sway-input*(5).
446 451