[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 {
|
local popup = awful.popup {
|
||||||
ontop = true,
|
ontop = true,
|
||||||
|
hide_on_right_click = true,
|
||||||
visible = false,
|
visible = false,
|
||||||
shape = rounded_shape(radius),
|
shape = rounded_shape(radius),
|
||||||
offset = { y = 5 },
|
offset = { y = 5 },
|
||||||
|
|
Loading…
Reference in New Issue