Add doc for taglist_spacing
This commit is contained in:
parent
c3b565faab
commit
56a2e98896
|
@ -111,6 +111,10 @@ taglist.filter = {}
|
||||||
-- @beautiful beautiful.taglist_font
|
-- @beautiful beautiful.taglist_font
|
||||||
-- @param string
|
-- @param string
|
||||||
|
|
||||||
|
--- The space between the taglist elements.
|
||||||
|
-- @beautiful beautiful.taglist_spacing
|
||||||
|
-- @tparam[opt=0] number spacing The spacing between tags.
|
||||||
|
|
||||||
--- The main shape used for the elements.
|
--- The main shape used for the elements.
|
||||||
-- This will be the fallback for state specific shapes.
|
-- This will be the fallback for state specific shapes.
|
||||||
-- To get a shape for the whole taglist, use `wibox.container.background`.
|
-- To get a shape for the whole taglist, use `wibox.container.background`.
|
||||||
|
|
Loading…
Reference in New Issue