Revert "[logout-menu] hide popup on right click"

This reverts commit 98a100c6
This commit is contained in:
streetturtle 2020-12-26 14:54:29 -05:00
parent c5468630ea
commit b5c66c3483
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ local logout_menu_widget = wibox.widget {
local popup = awful.popup {
ontop = true,
hide_on_right_click = true,
visible = false,
shape = function(cr, width, height)
gears.shape.rounded_rect(cr, width, height, 4)