align button tooltips (fix #8)
This commit is contained in:
parent
aaaea4c35f
commit
7674d9d4b9
1
init.lua
1
init.lua
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue