[bitbucket] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:40:54 -05:00
parent ad0fd497f0
commit e8a28c7b8a
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ end
local popup = awful.popup{
ontop = true,
hide_on_right_click = true,
visible = false,
shape = gears.shape.rounded_rect,
border_width = 1,