[docker] hide popup on right click
This commit is contained in:
parent
00a0eae45e
commit
3739f0b694
|
@ -32,6 +32,7 @@ end
|
|||
|
||||
local popup = awful.popup{
|
||||
ontop = true,
|
||||
hide_on_right_click = true,
|
||||
visible = false,
|
||||
shape = gears.shape.rounded_rect,
|
||||
border_width = 1,
|
||||
|
|
Loading…
Reference in New Issue