Revert "[calendar] hide popup on right click"

This reverts commit 6a107cba
This commit is contained in:
streetturtle 2020-12-26 14:54:43 -05:00
parent b730c553c1
commit 14cf597f5c
1 changed files with 0 additions and 1 deletions

View File

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