tasklist: Fix `disable_icon`.
It regressed when the tasklist switched to a template by default. This was done to support the icon size. Fix #3178
This commit is contained in:
parent
1f5b759306
commit
af3e62ae64
|
@ -243,14 +243,6 @@ local instances
|
|||
-- @beautiful beautiful.tasklist_minimized
|
||||
-- @tparam[opt=nil] string minimized
|
||||
|
||||
--- The tasklist font.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_font_EXAMPLE@
|
||||
--
|
||||
-- @beautiful beautiful.tasklist_font
|
||||
-- @tparam[opt=nil] string font
|
||||
-- @see wibox.widget.textbox.font
|
||||
|
||||
--- The focused client alignment.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_align_EXAMPLE@
|
||||
|
@ -258,6 +250,13 @@ local instances
|
|||
-- @beautiful beautiful.tasklist_align
|
||||
-- @tparam[opt=left] string align *left*, *right* or *center*
|
||||
|
||||
--- The tasklist font.
|
||||
--
|
||||
-- @DOC_wibox_awidget_tasklist_style_font_EXAMPLE@
|
||||
--
|
||||
-- @beautiful beautiful.tasklist_font
|
||||
-- @tparam[opt=nil] string font
|
||||
-- @see wibox.widget.textbox.font
|
||||
|
||||
--- The focused client title alignment.
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue