[calendar] hide popup on right click

This commit is contained in:
streetturtle 2020-12-26 14:41:03 -05:00
parent e8a28c7b8a
commit 6a107cbada
1 changed files with 1 additions and 0 deletions

View File

@ -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 },