From: Pierre Habouzit Date: Fri, 10 Dec 2010 14:54:25 +0000 (+0100) Subject: claws fix X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=1f66b92bd417b2e96d9b819a9ca256cfb4e8fe98;p=~madcoder%2Fdotfiles.git claws fix Signed-off-by: Pierre Habouzit --- diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 28ee976..577e529 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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 } }, } -- }}}