This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed firefox rule from default.h
config
Anselm R. Garbe
18 years ago
parent
fbd310972d
commit
6a5b41203e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
config.default.h
+ 0
- 1
config.default.h
View File
@ -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
}
,
\
}
;
Write
Preview
Loading…
Cancel
Save