[todo] hide popup on right click
This commit is contained in:
parent
e5db4cf4ca
commit
a02d9889fa
|
@ -59,8 +59,9 @@ function todo_widget:update_counter(todos)
|
|||
end
|
||||
|
||||
local popup = awful.popup{
|
||||
bg = beautiful.bg_normal,
|
||||
ontop = true,
|
||||
hide_on_right_click = true,
|
||||
bg = beautiful.bg_normal,
|
||||
visible = false,
|
||||
shape = gears.shape.rounded_rect,
|
||||
border_width = 1,
|
||||
|
|
Loading…
Reference in New Issue