Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
simplified configurerequest to a bare minimum, removed wrong ban() calls
[dwm.git]
/
config.default.h
diff --git
a/config.default.h
b/config.default.h
index
49e45c2
..
b8654bd
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-84,7
+84,7
@@
static Key key[] = { \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
- { "Gimp
.*",
NULL, True }, \
- { "MPlayer
.*",
NULL, True }, \
- { "Acroread
.*",
NULL, True }, \
+ { "Gimp
",
NULL, True }, \
+ { "MPlayer
",
NULL, True }, \
+ { "Acroread
",
NULL, True }, \
};
};