diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:41:03 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:43:49 -0500 |
commit | 6a107cbadaa3e637e68fd93b304ae440f3662959 (patch) | |
tree | 80b902c02dd3c8fc05c5d7313c833a9391f219e1 /calendar-widget | |
parent | e8a28c7b8a0b9a60a372b7fc954efc3ffd70766a (diff) |
[calendar] hide popup on right click
Diffstat (limited to 'calendar-widget')
-rw-r--r-- | calendar-widget/calendar.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar-widget/calendar.lua b/calendar-widget/calendar.lua index b39b563..fa8d4d0 100644 --- a/calendar-widget/calendar.lua +++ b/calendar-widget/calendar.lua @@ -188,6 +188,7 @@ local function worker(user_args) local popup = awful.popup { ontop = true, + hide_on_right_click = true, visible = false, shape = rounded_shape(radius), offset = { y = 5 }, |