diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:24 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-26 14:54:24 -0500 |
commit | 09240101d926ce215814f8426d66d22541afffdd (patch) | |
tree | 7870352779538dd795d672db044ddaaa7c8d6145 | |
parent | b90c7f5cf8399459725455a53bcc1b859a2a9656 (diff) |
Revert "[todo] hide popup on right click"
This reverts commit a02d9889
-rw-r--r-- | todo-widget/todo.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo-widget/todo.lua b/todo-widget/todo.lua index e612545..b8ce3cf 100644 --- a/todo-widget/todo.lua +++ b/todo-widget/todo.lua @@ -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, |