From c7208b4bb0ff5f2c7dce08a243bac8649b0f3cb7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 24 Oct 2021 21:46:39 -0700 Subject: [PATCH] layoutlist: Rename the constructor arg from `layout` to `base_layout`. The documentation examples already called it that way. --- lib/awful/widget/layoutlist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/widget/layoutlist.lua b/lib/awful/widget/layoutlist.lua index 563f0fae5..5fac6cd86 100644 --- a/lib/awful/widget/layoutlist.lua +++ b/lib/awful/widget/layoutlist.lua @@ -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