comparison config.arg.h @ 475:898c54484cb2

slight change to config.arg.h (I use ff floating)
author arg@mmvi
date Fri, 22 Sep 2006 08:22:39 +0200
parents 2d8af0d7920d
children d0104ede6454
comparison
equal deleted inserted replaced
474:f57b92d6bc1d 475:898c54484cb2
58 }; 58 };
59 59
60 #define RULES \ 60 #define RULES \
61 static Rule rule[] = { \ 61 static Rule rule[] = { \
62 /* class:instance:title regex tags regex isfloat */ \ 62 /* class:instance:title regex tags regex isfloat */ \
63 { "Firefox.*", "net", False }, \ 63 { "Firefox.*", "net", True}, \
64 { "Gimp.*", NULL, True}, \ 64 { "Gimp.*", NULL, True}, \
65 { "MPlayer.*", NULL, True}, \ 65 { "MPlayer.*", NULL, True}, \
66 { "Acroread.*", NULL, True}, \ 66 { "Acroread.*", NULL, True}, \
67 }; 67 };