[gerrit] hide popup on right click

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

View File

@ -51,6 +51,7 @@ local function worker(user_args)
local popup = awful.popup{
ontop = true,
hide_on_right_click = true,
visible = false,
shape = gears.shape.rounded_rect,
border_width = 1,