From 83e0423e89d37f3ecf6d4a698f2df86368f8769b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Tue, 30 Aug 2016 06:57:40 -0400 Subject: [PATCH] tooltip: Stop using a fallback font (#1061) Let the default font be used, just as everywhere else. --- lib/awful/tooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/tooltip.lua b/lib/awful/tooltip.lua index 136bdd951..a9437ebe4 100644 --- a/lib/awful/tooltip.lua +++ b/lib/awful/tooltip.lua @@ -571,7 +571,7 @@ function tooltip.new(args) end local fg = beautiful.tooltip_fg or beautiful.fg_focus or "#000000" - local font = beautiful.tooltip_font or beautiful.font or "terminus 6" + local font = beautiful.tooltip_font or beautiful.font -- Set default properties self.wibox_properties = {