Merge pull request #1939 from psychon/tooltip_type

awful.tooltip: Set wibox.type = "tooltip"
This commit is contained in:
Emmanuel Lepage Vallée 2017-07-25 10:20:34 -04:00 committed by GitHub
commit 4f7444f1f4
1 changed files with 1 additions and 0 deletions

View File

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