layoutlist: Rename the constructor arg from `layout` to `base_layout`.
The documentation examples already called it that way.
This commit is contained in:
parent
440d1560a3
commit
c7208b4bb0
|
@ -363,7 +363,7 @@ end
|
|||
--- Create a layout list.
|
||||
--
|
||||
-- @tparam table args
|
||||
-- @tparam widget args.layout The widget layout (not to be confused with client
|
||||
-- @tparam widget args.base_layout The widget layout (not to be confused with client
|
||||
-- layout).
|
||||
-- @tparam table args.buttons A table with buttons binding to set.
|
||||
-- @tparam[opt=awful.widget.layoutlist.source.for_screen] function args.source A
|
||||
|
|
Loading…
Reference in New Issue