Merge pull request #1939 from psychon/tooltip_type
awful.tooltip: Set wibox.type = "tooltip"
This commit is contained in:
commit
4f7444f1f4
|
@ -580,6 +580,7 @@ function tooltip.new(args)
|
|||
fg = fg,
|
||||
bg = color.transparent,
|
||||
opacity = beautiful.tooltip_opacity or 1,
|
||||
type = "tooltip",
|
||||
}
|
||||
|
||||
self.textbox = textbox()
|
||||
|
|
Loading…
Reference in New Issue