aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 1afcf24f..8faa5345 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -65,6 +65,13 @@ 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_maximum_size** <width> x <height>::
69 Specifies the maximum dimensions of floating windows.
70 Uses the container dimensions as default.
71 -1 x -1 will remove any restriction on dimentions.
72 0 x 0 has the same behavior as not setting any value.
73 If in conflict this option has precedence over floating_minimum_size.
74
68**floating_minimum_size** <width> x <height>:: 75**floating_minimum_size** <width> x <height>::
69 Specifies the minimum dimensions of floating windows. 76 Specifies the minimum dimensions of floating windows.
70 Default parameters are 75 x 50. 77 Default parameters are 75 x 50.