From 51068f5cdfb251c4a12344bf1501768718664cf1 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 28 Sep 2010 13:14:27 +0200 Subject: [PATCH] naughty: Set the window type to "notification" Signed-off-by: Uli Schlachter --- lib/naughty.lua.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 5d2b6373..8457e44e 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -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