diff options
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 }, |