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
treating acroread and mplayer floating by default
config
Anselm R. Garbe
17 years ago
parent
8d0e58f80b
commit
e5765cdd84
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config.default.h
+ 2
- 0
config.default.h
View File
@ -85,4 +85,6 @@ static Key key[] = { \
static
Rule
rule
[
]
=
{
\
/* class:instance:title regex tags regex isfloat */
\
{
"
Gimp.*
"
,
NULL
,
True
}
,
\
{
"
MPlayer.*
"
,
NULL
,
True
}
,
\
{
"
Acroread.*
"
,
NULL
,
True
}
,
\
}
;
Write
Preview
Loading…
Cancel
Save