diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 13:33:32 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 13:33:32 +0000 |
commit | a6a216f28cbc49afaace269c2662382a351fda24 (patch) | |
tree | 2fc807155a2f7fc8d357e8fb3b1e80081b720b8b /config.def.h | |
parent | 2c2063bc751d2b0db815c26734f186e64f0b9c12 (diff) |
geom indicator and layout indicator is only displayed if there are several geoms/layouts
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 */ |