removed firefox rule from default.h
Anselm R. Garbe arg@suckless.org
Tue, 16 Jan 2007 11:26:15 +0100
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
config.default.h
→
config.default.h
@@ -82,6 +82,5 @@ * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
#define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "2", False }, \ { "Gimp.*", NULL, True }, \ };