aewl
changeset 695:5e3b652f3c17
removed firefox rule from default.h
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Tue, 16 Jan 2007 11:26:15 +0100 |
parents | dd2e2c947b1c |
children | b63bc9c26b2f |
files | config.default.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/config.default.h Tue Jan 16 11:25:10 2007 +0100 1.2 +++ b/config.default.h Tue Jan 16 11:26:15 2007 +0100 1.3 @@ -82,6 +82,5 @@ 1.4 #define RULES \ 1.5 static Rule rule[] = { \ 1.6 /* class:instance:title regex tags regex isfloat */ \ 1.7 - { "Firefox.*", "2", False }, \ 1.8 { "Gimp.*", NULL, True }, \ 1.9 };