From 7674d9d4b996df77a6bf137bc3833c97fb997dd1 Mon Sep 17 00:00:00 2001 From: BZ Date: Thu, 20 May 2021 14:04:21 +0200 Subject: [PATCH] align button tooltips (fix #8) --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 0af3e18..d05474f 100644 --- a/init.lua +++ b/init.lua @@ -789,6 +789,7 @@ local function new(config) if show_button_tooltips then awful.tooltip { objects = {button_widget}, + align = "top_left", timer_function = function() return b.name end,