mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
[logout-menu] hide popup on right click
This commit is contained in:
parent
9c22acb0ae
commit
98a100c6af
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ 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 a new issue