From 6a107cbadaa3e637e68fd93b304ae440f3662959 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sat, 26 Dec 2020 14:41:03 -0500 Subject: [calendar] hide popup on right click --- calendar-widget/calendar.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar-widget') 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 }, -- cgit v1.2.3