Splashes aren't all that special (placement-wise)
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
3ba9eabd86
commit
758c4d4972
|
@ -500,10 +500,7 @@ capi.client.connect_signal("manage", function(c, startup)
|
||||||
-- If we are not managing this application at startup,
|
-- If we are not managing this application at startup,
|
||||||
-- move it to the screen where the mouse is.
|
-- move it to the screen where the mouse is.
|
||||||
-- We only do it for "normal" windows (i.e. no dock, etc).
|
-- We only do it for "normal" windows (i.e. no dock, etc).
|
||||||
if not startup
|
if not startup and c.type ~= "desktop" and c.type ~= "dock" then
|
||||||
and c.type ~= "desktop"
|
|
||||||
and c.type ~= "dock"
|
|
||||||
and c.type ~= "splash" then
|
|
||||||
if c.transient_for then
|
if c.transient_for then
|
||||||
c.screen = c.transient_for.screen
|
c.screen = c.transient_for.screen
|
||||||
if not c.sticky then
|
if not c.sticky then
|
||||||
|
|
Loading…
Reference in New Issue