Revert "[todo] hide popup on right click"

This reverts commit a02d9889
This commit is contained in:
streetturtle 2020-12-26 14:54:24 -05:00
parent b90c7f5cf8
commit 09240101d9
1 changed files with 1 additions and 2 deletions

View File

@ -59,9 +59,8 @@ function todo_widget:update_counter(todos)
end
local popup = awful.popup{
ontop = true,
hide_on_right_click = true,
bg = beautiful.bg_normal,
ontop = true,
visible = false,
shape = gears.shape.rounded_rect,
border_width = 1,