layoutlist: Remove the duplicate `buttons` property from doc.

This commit is contained in:
Emmanuel Lepage Vallee 2021-10-13 20:22:27 -07:00
parent 5a27eaa973
commit cd2e961fcb
1 changed files with 0 additions and 11 deletions

View File

@ -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