diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:40:54 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:43:43 -0500 |
commit | e8a28c7b8a0b9a60a372b7fc954efc3ffd70766a (patch) | |
tree | 7fbfc94206b4a4a4c1e5ea4aadf8dbcd471f6f16 /bitbucket-widget | |
parent | ad0fd497f0b4712a425c0c8d573adfb38f4d799d (diff) |
[bitbucket] hide popup on right click
Diffstat (limited to 'bitbucket-widget')
-rw-r--r-- | bitbucket-widget/bitbucket.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbucket-widget/bitbucket.lua b/bitbucket-widget/bitbucket.lua index b85e653..83c4a23 100644 --- a/bitbucket-widget/bitbucket.lua +++ b/bitbucket-widget/bitbucket.lua @@ -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, |