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:
parent
58bb3dde4a
commit
ee1dc78434
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue