X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fawesome%2Frc.lua;fp=config%2Fawesome%2Frc.lua;h=577e5296bac26db1751d25dc8a31c8606b4b98c7;hp=28ee976ef6b5d19a05d5d3fbc70124466cec0cd4;hb=1f66b92bd417b2e96d9b819a9ca256cfb4e8fe98;hpb=2af82e92637833473bb7419b34ca7c9b8304dc54 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 } }, } -- }}}