aewl
changeset 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 | f57b92d6bc1d |
children | 3e4596240abb |
files | config.arg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Fri Sep 22 08:17:42 2006 +0200 1.2 +++ b/config.arg.h Fri Sep 22 08:22:39 2006 +0200 1.3 @@ -60,7 +60,7 @@ 1.4 #define RULES \ 1.5 static Rule rule[] = { \ 1.6 /* class:instance:title regex tags regex isfloat */ \ 1.7 - { "Firefox.*", "net", False }, \ 1.8 + { "Firefox.*", "net", True}, \ 1.9 { "Gimp.*", NULL, True}, \ 1.10 { "MPlayer.*", NULL, True}, \ 1.11 { "Acroread.*", NULL, True}, \