diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:43 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:43 -0500 |
commit | 14cf597f5cfe689ae378ac9698388e11655e7f2f (patch) | |
tree | 7fbfc94206b4a4a4c1e5ea4aadf8dbcd471f6f16 /calendar-widget | |
parent | b730c553c1ec95197b08dfa4d203dd624559aba4 (diff) |
Revert "[calendar] hide popup on right click"
This reverts commit 6a107cba
Diffstat (limited to 'calendar-widget')
-rw-r--r-- | calendar-widget/calendar.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar-widget/calendar.lua b/calendar-widget/calendar.lua index fa8d4d0..b39b563 100644 --- a/calendar-widget/calendar.lua +++ b/calendar-widget/calendar.lua @@ -188,7 +188,6 @@ 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 }, |