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:
8d0e58f
)
treating acroread and mplayer floating by default
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 9 Feb 2007 10:58:37 +0000
(11:58 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
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 26776eaec1def0a82c5496033a26837b9ec96ee5..49e45c20c52be74b9547b4a5f0dcc7dfec80aaaa 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 }, \
};