From 758c4d49723d360004e09211e07a5bfb999698e9 Mon Sep 17 00:00:00 2001 From: Arvydas Sidorenko Date: Wed, 23 May 2012 06:13:53 +0200 Subject: [PATCH] Splashes aren't all that special (placement-wise) Signed-off-by: Arvydas Sidorenko Signed-off-by: Uli Schlachter --- lib/awful/tag.lua.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in index e66349f7..06d7fb03 100644 --- a/lib/awful/tag.lua.in +++ b/lib/awful/tag.lua.in @@ -500,10 +500,7 @@ capi.client.connect_signal("manage", function(c, startup) -- If we are not managing this application at startup, -- move it to the screen where the mouse is. -- We only do it for "normal" windows (i.e. no dock, etc). - if not startup - and c.type ~= "desktop" - and c.type ~= "dock" - and c.type ~= "splash" then + if not startup and c.type ~= "desktop" and c.type ~= "dock" then if c.transient_for then c.screen = c.transient_for.screen if not c.sticky then