awful.menu: Set the window type to "popup_menu"
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
9a8177e457
commit
5f90e92f09
|
@ -197,7 +197,8 @@ local function add_item(data, num, item_info)
|
|||
fg = data.theme.fg_normal,
|
||||
bg = data.theme.bg_normal,
|
||||
border_color = data.theme.border,
|
||||
border_width = data.theme.border_width
|
||||
border_width = data.theme.border_width,
|
||||
type = "popup_menu"
|
||||
})
|
||||
|
||||
-- Create bindings
|
||||
|
|
Loading…
Reference in New Issue