[calendar] hide popup on right click
This commit is contained in:
parent
e8a28c7b8a
commit
6a107cbada
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue