naughty: Set the window type to "notification"

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-28 13:14:27 +02:00
parent 5f90e92f09
commit 51068f5cdf
1 changed files with 2 additions and 1 deletions

View File

@ -401,7 +401,8 @@ function notify(args)
notification.box = capi.wibox({ fg = fg,
bg = bg,
border_color = border_color,
border_width = border_width })
border_width = border_width,
type = "notification" })
if hover_timeout then notification.box:connect_signal("mouse::enter", hover_destroy) end