[github-activity] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:41:57 -05:00
parent ec49c40702
commit c13dc8ce16
1 changed files with 1 additions and 0 deletions

View File

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