claws fix
authorPierre Habouzit <madcoder@debian.org>
Fri, 10 Dec 2010 14:54:25 +0000 (15:54 +0100)
committerPierre Habouzit <madcoder@debian.org>
Fri, 10 Dec 2010 14:54:25 +0000 (15:54 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
config/awesome/rc.lua

index 28ee976..577e529 100644 (file)
@@ -502,9 +502,8 @@ awful.rules.rules = {
     },
     { rule = { class = "MPlayer" },  properties = { floating = true } },
     { rule = { class = "pinentry" }, properties = { floating = true } },
-    -- Set Firefox to always map on tags number 2 of screen 1.
-    -- { rule = { class = "Firefox" },
-    --   properties = { tag = tags[1][2] } },
+    { rule = { class = "Claws-mail", name = "[no subject] - Compose message" },
+      properties = { maximized_vertical = true, floating = true, x = 0 } },
 }
 
 -- }}}