Mercurial > aewl
comparison config.arg.h @ 666:d2f14795c66c
using shorter tags, using mon instead of cert
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Fri, 05 Jan 2007 22:27:26 +0100 |
parents | 6d48add3b044 |
children | f08b311dc231 |
comparison
equal
deleted
inserted
replaced
665:6d48add3b044 | 666:d2f14795c66c |
---|---|
1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com> | 1 /* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com> |
2 * See LICENSE file for license details. | 2 * See LICENSE file for license details. |
3 */ | 3 */ |
4 | 4 |
5 #define TAGS \ | 5 #define TAGS \ |
6 const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL }; | 6 const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL }; |
7 | 7 |
8 #define DEFMODE dotile /* dofloat */ | 8 #define DEFMODE dotile /* dofloat */ |
9 #define FLOATSYMBOL "><>" | 9 #define FLOATSYMBOL "><>" |
10 #define TILESYMBOL "[]=" | 10 #define TILESYMBOL "[]=" |
11 | 11 |
67 }; | 67 }; |
68 | 68 |
69 #define RULES \ | 69 #define RULES \ |
70 static Rule rule[] = { \ | 70 static Rule rule[] = { \ |
71 /* class:instance:title regex tags regex isfloat */ \ | 71 /* class:instance:title regex tags regex isfloat */ \ |
72 { "Firefox.*", "net", False }, \ | 72 { "Firefox.*", "www", False }, \ |
73 { "Gimp.*", NULL, True }, \ | 73 { "Gimp.*", NULL, True }, \ |
74 { "MPlayer.*", NULL, True }, \ | 74 { "MPlayer.*", NULL, True }, \ |
75 { "Acroread.*", NULL, True }, \ | 75 { "Acroread.*", NULL, True }, \ |
76 }; | 76 }; |