mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Update man page with information about floating_maximum_size
This commit is contained in:
parent
0ad7857f90
commit
b6685da35b
@ -65,6 +65,11 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
|
|||||||
**floating** <enable|disable|toggle>::
|
**floating** <enable|disable|toggle>::
|
||||||
Make focused view floating, non-floating, or the opposite of what it is now.
|
Make focused view floating, non-floating, or the opposite of what it is now.
|
||||||
|
|
||||||
|
**floating_minimum_size** <width> x <height>::
|
||||||
|
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>::
|
**focus** <direction>::
|
||||||
Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The
|
Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The
|
||||||
directional focus commands will move the focus in that direction. The parent
|
directional focus commands will move the focus in that direction. The parent
|
||||||
|
Loading…
Reference in New Issue
Block a user