From 56a2e988961e9e1f4317cc7039e166bc968e3d41 Mon Sep 17 00:00:00 2001 From: Kevin Zander Date: Mon, 16 Jan 2017 01:12:12 -0600 Subject: [PATCH] Add doc for taglist_spacing --- lib/awful/widget/taglist.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index 86a2ea9e9..037a2cd8b 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -111,6 +111,10 @@ taglist.filter = {} -- @beautiful beautiful.taglist_font -- @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. -- This will be the fallback for state specific shapes. -- To get a shape for the whole taglist, use `wibox.container.background`.