diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:45 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:45 -0500 |
commit | 31ac43703d6296d31e0ee3b4b9db7d4d5a235576 (patch) | |
tree | fa74a77c52f39d411a17548cecd636b62c04b3c5 | |
parent | 14cf597f5cfe689ae378ac9698388e11655e7f2f (diff) |
Revert "[bitbucket] hide popup on right click"
This reverts commit e8a28c7b
-rw-r--r-- | bitbucket-widget/bitbucket.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbucket-widget/bitbucket.lua b/bitbucket-widget/bitbucket.lua index 83c4a23..b85e653 100644 --- a/bitbucket-widget/bitbucket.lua +++ b/bitbucket-widget/bitbucket.lua @@ -64,7 +64,6 @@ end local popup = awful.popup{ ontop = true, - hide_on_right_click = true, visible = false, shape = gears.shape.rounded_rect, border_width = 1, |