align button tooltips (fix #8)

This commit is contained in:
BZ 2021-05-20 14:04:21 +02:00
parent aaaea4c35f
commit 7674d9d4b9
1 changed files with 1 additions and 0 deletions

View File

@ -789,6 +789,7 @@ local function new(config)
if show_button_tooltips then if show_button_tooltips then
awful.tooltip { awful.tooltip {
objects = {button_widget}, objects = {button_widget},
align = "top_left",
timer_function = function() timer_function = function()
return b.name return b.name
end, end,