claws fix
[~madcoder/dotfiles.git] / 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 } },
 }
 
 -- }}}