From 1f66b92bd417b2e96d9b819a9ca256cfb4e8fe98 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 10 Dec 2010 15:54:25 +0100 Subject: [PATCH] claws fix Signed-off-by: Pierre Habouzit --- config/awesome/rc.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } }, } -- }}} -- 2.20.1