docs: standardize on "layout generator"

This is likely more clear than "layout client" to most users.
This commit is contained in:
Isaac Freund
2021-10-31 22:32:59 +01:00
parent 8134b81283
commit 8757644b2a
6 changed files with 8 additions and 8 deletions

View File

@ -674,7 +674,7 @@ pub fn enterMode(self: *Self, mode: std.meta.Tag((Mode)), view: *View) void {
}
// Automatically float all views being moved by the pointer, if
// their dimensions are set by a layout client. If however the views
// their dimensions are set by a layout generator. If however the views
// are unarranged, leave them as non-floating so the next active
// layout can affect them.
if (!view.current.float and view.output.current.layout != null) {