mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Initial implementation for floating_maximum_size
This commit is contained in:
parent
009eaccd42
commit
b692a6d31a
4 changed files with 65 additions and 7 deletions
|
|
@ -65,6 +65,13 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
|
|||
**floating** <enable|disable|toggle>::
|
||||
Make focused view floating, non-floating, or the opposite of what it is now.
|
||||
|
||||
**floating_maximum_size** <width> x <height>::
|
||||
Specifies the maximum dimensions of floating windows.
|
||||
Uses the container dimensions as default.
|
||||
-1 x -1 will remove any restriction on dimentions.
|
||||
0 x 0 has the same behavior as not setting any value.
|
||||
If in conflict this option has precedence over floating_minimum_size.
|
||||
|
||||
**floating_minimum_size** <width> x <height>::
|
||||
Specifies the minimum dimensions of floating windows.
|
||||
Default parameters are 75 x 50.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue