projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd3109
)
removed firefox rule from default.h
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 16 Jan 2007 10:26:15 +0000
(11:26 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 16 Jan 2007 10:26:15 +0000
(11:26 +0100)
config.default.h
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index e8df6211f81673ed42838421252052133eb71d5f..fd7f2a98410a765dc7cf1348b40e7dc614338167 100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-82,6
+82,5
@@
static Key key[] = { \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
- { "Firefox.*", "2", False }, \
{ "Gimp.*", NULL, True }, \
};