Added a type to the tag preview wibox

This commit is contained in:
Gokul Swaminathan 2021-05-30 13:20:32 -07:00
parent ae211c2cae
commit 487cdb69a5
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ local enable = function(opts)
end
local tag_preview_box = wibox({
type = "dropdown_menu",
visible = false,
ontop = true,
input_passthrough = true,