[jira] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:42:24 -05:00
parent 687cab1833
commit 9c22acb0ae
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ local jira_widget = wibox.widget {
local popup = awful.popup{
ontop = true,
hide_on_right_click = true,
visible = false,
shape = gears.shape.rounded_rect,
border_width = 1,