[logout-menu] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:42:35 -05:00
parent 9c22acb0ae
commit 98a100c6af

View file

@ -27,6 +27,7 @@ local logout_menu_widget = wibox.widget {
local popup = awful.popup { local popup = awful.popup {
ontop = true, ontop = true,
hide_on_right_click = true,
visible = false, visible = false,
shape = function(cr, width, height) shape = function(cr, width, height)
gears.shape.rounded_rect(cr, width, height, 4) gears.shape.rounded_rect(cr, width, height, 4)