This commit is contained in:
Xinhao Yuan 2019-07-06 00:19:41 -04:00
parent faa2467e47
commit a6423d0e9a
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ To change that, please refer to `editor.lua`. (XXX more documents)
## Other functions
`layout_machi.editor.cycle_region(c)` will fit a floating client into the closest region, then cycle through all regions.
`layout_machi.editor.fit_region(c, cycle)` will fit a floating client into the closest region.
If `cycle` is true, it then moves the window by cycling all regions.
## TODO