From b6685da35b83271276e630dd3981bd8dae407bdf Mon Sep 17 00:00:00 2001 From: Denis Doria Date: Wed, 1 Jun 2016 14:11:49 +0200 Subject: Update man page with information about floating_maximum_size --- sway/sway.5.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 32ff79d8..1afcf24f 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -65,6 +65,11 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( **floating** :: Make focused view floating, non-floating, or the opposite of what it is now. +**floating_minimum_size** x :: + Specifies the minimum dimensions of floating windows. + Default parameters are 75 x 50. + -1 and 0 are invalid parameters, default will be used instead. + **focus** :: Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The directional focus commands will move the focus in that direction. The parent -- cgit v1.2.3-54-g00ecf