aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Denis Doria <denisdoria@gmail.com>2016-06-01 14:11:49 +0200
committerLibravatar Denis Doria <denisdoria@gmail.com>2016-06-01 14:11:49 +0200
commitb6685da35b83271276e630dd3981bd8dae407bdf (patch)
treeeacaa6b6d32b41365cd27055d95338fa6cfeb9c3
parentIncluded option floating_minimum_size (diff)
downloadsway-b6685da35b83271276e630dd3981bd8dae407bdf.tar.gz
sway-b6685da35b83271276e630dd3981bd8dae407bdf.tar.zst
sway-b6685da35b83271276e630dd3981bd8dae407bdf.zip
Update man page with information about floating_maximum_size
-rw-r--r--sway/sway.5.txt5
1 files changed, 5 insertions, 0 deletions
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**(
65**floating** <enable|disable|toggle>:: 65**floating** <enable|disable|toggle>::
66 Make focused view floating, non-floating, or the opposite of what it is now. 66 Make focused view floating, non-floating, or the opposite of what it is now.
67 67
68**floating_minimum_size** <width> x <height>::
69 Specifies the minimum dimensions of floating windows.
70 Default parameters are 75 x 50.
71 -1 and 0 are invalid parameters, default will be used instead.
72
68**focus** <direction>:: 73**focus** <direction>::
69 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The 74 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The
70 directional focus commands will move the focus in that direction. The parent 75 directional focus commands will move the focus in that direction. The parent