From a6a216f28cbc49afaace269c2662382a351fda24 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Mon, 24 Mar 2008 13:33:32 +0000 Subject: geom indicator and layout indicator is only displayed if there are several geoms/layouts --- config.def.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5a99b7f..b62e938 100644 --- a/config.def.h +++ b/config.def.h @@ -15,10 +15,7 @@ const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; Rule rules[] = { /* class instance title tags ref isfloating */ - { NULL, NULL, "Firefox", tags[8], False }, - { NULL, NULL, "Gimp", NULL, True }, - { NULL, NULL, "MPlayer", NULL, True }, - { NULL, NULL, "Acroread", NULL, True }, + { "Gimp", NULL, NULL, NULL, True }, }; /* geometries, s{x,y,w,h} and bh are already initualized here */ -- cgit v1.2.3-54-g00ecf