Tiling2: Don't tile iconic windows when loading the module.
authorTom Hacohen <tom@stosb.com>
Tue, 18 Feb 2014 15:22:47 +0000 (15:22 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 21 Feb 2014 09:15:18 +0000 (09:15 +0000)
This fixes T976.

src/modules/tiling/e_mod_tiling.c

index 4b65d99..7a2d1e7 100644 (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;