diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:41:57 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:44:36 -0500 |
commit | c13dc8ce16d1cadabce0412a953e76e331cb2b13 (patch) | |
tree | 688cff3610b2bbfb677861e72e10f1839559e4ec | |
parent | ec49c40702c0db3b05c9660df8fd461d2b42d690 (diff) |
[github-activity] hide popup on right click
-rw-r--r-- | github-activity-widget/github-activity-widget.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/github-activity-widget/github-activity-widget.lua b/github-activity-widget/github-activity-widget.lua index 5374081..e0070bb 100644 --- a/github-activity-widget/github-activity-widget.lua +++ b/github-activity-widget/github-activity-widget.lua @@ -69,6 +69,7 @@ end local popup = awful.popup{ ontop = true, + hide_on_right_click = true, visible = false, shape = gears.shape.rounded_rect, border_width = 1, |