awful.tooltip: Set wibox.type = "tooltip"

Fixes: https://github.com/awesomeWM/awesome/issues/1938
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-07-24 07:52:55 +02:00
parent 58bb3dde4a
commit ee1dc78434
1 changed files with 1 additions and 0 deletions

View File

@ -580,6 +580,7 @@ function tooltip.new(args)
fg = fg, fg = fg,
bg = color.transparent, bg = color.transparent,
opacity = beautiful.tooltip_opacity or 1, opacity = beautiful.tooltip_opacity or 1,
type = "tooltip",
} }
self.textbox = textbox() self.textbox = textbox()