Tiling2: Don't tile iconic windows when loading the module.

This fixes T976.
This commit is contained in:
Tom Hacohen 2014-02-18 15:22:47 +00:00
parent 8463b7af47
commit 59d428b6e6
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ is_tilable(const E_Client *ec)
return false;
}
if (ec->iconic)
return false;
if (e_client_util_ignored_get(ec))
return false;