From 902b0c87a8a4fd9cccee07c5c093ec4a2d2dc678 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Fri, 14 Jun 2019 13:51:45 +0100 Subject: [PATCH] Makes thundirbird always open on tag 9 --- config.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 1a660ed..fe94a95 100644 --- a/config.def.h +++ b/config.def.h @@ -29,10 +29,11 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 0, 0, 0, -1 }, - //{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, - { "xterm-256color", NULL, NULL, 0, 0, 1, 1, -1 }, + /* class instance title tags mask isfloating isterminal noswallow monitor */ + //{ "Gimp", NULL, NULL, 0, 0, 0, 0, -1 }, + //{ "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, + { "xterm-256color", NULL, NULL, 0, 0, 1, 1, -1 }, + { "Thunderbird", NULL, NULL, 1 << 8 , 0, 0, 0, -1 }, }; /* layout(s) */