From cd2e961fcb644287cdd899d8446894a207a355a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 13 Oct 2021 20:22:27 -0700 Subject: [PATCH] layoutlist: Remove the duplicate `buttons` property from doc. --- lib/awful/widget/layoutlist.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/awful/widget/layoutlist.lua b/lib/awful/widget/layoutlist.lua index 301724dc9..4d4f5946d 100644 --- a/lib/awful/widget/layoutlist.lua +++ b/lib/awful/widget/layoutlist.lua @@ -201,17 +201,6 @@ local layoutlist = {} -- @property filter -- @param[opt=awful.widget.layoutlist.source.for_screen] function ---- The layoutlist buttons. --- --- The default is: --- --- gears.table.join( --- awful.button({ }, 1, awful.layout.set) --- ) --- --- @property buttons --- @param table - --- The default foreground (text) color. -- @beautiful beautiful.layoutlist_fg_normal -- @tparam[opt=nil] string|pattern fg_normal