Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied Sanders fixes to dwm.1
[dwm.git]
/
config.default.h
diff --git
a/config.default.h
b/config.default.h
index
f3fd7b7
..
3847ff8
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-47,9
+47,8
@@
static Key key[] = { \
};
#define RULES \
};
#define RULES \
- const unsigned int two[] = { 2 }; \
static Rule rule[] = { \
static Rule rule[] = { \
- /* class:instance
tags
isfloat */ \
- { "Firefox.*",
two,
False }, \
- { "Gimp.*", NULL, True}, \
+ /* class:instance
regex tags regex
isfloat */ \
+ { "Firefox.*",
"2",
False }, \
+ { "Gimp.*",
NULL, True}, \
};
};