Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
8d0e58f
)
treating acroread and mplayer floating by default
author
Anselm R. Garbe <
[email protected]
>
Fri, 9 Feb 2007 10:58:37 +0000
(11:58 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Fri, 9 Feb 2007 10:58:37 +0000
(11:58 +0100)
config.default.h
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index
26776ea
..
49e45c2
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-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 }, \
};