Revert "[logout-menu] hide popup on right click"
This reverts commit 98a100c6
This commit is contained in:
parent
c5468630ea
commit
b5c66c3483
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue