[volume] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:43:13 -05:00
parent a02d9889fa
commit 8d6d469f45
1 changed files with 2 additions and 1 deletions

View File

@ -35,8 +35,9 @@ local volume = {}
local rows = { layout = wibox.layout.fixed.vertical } local rows = { layout = wibox.layout.fixed.vertical }
local popup = awful.popup{ local popup = awful.popup{
bg = beautiful.bg_normal,
ontop = true, ontop = true,
hide_on_right_click = true,
bg = beautiful.bg_normal,
visible = false, visible = false,
shape = gears.shape.rounded_rect, shape = gears.shape.rounded_rect,
border_width = 1, border_width = 1,