Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
make config.h not a time dependence
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
dc751f0
..
0c39d3b
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-57,10
+57,10
@@
static Key key[] = { \
};
#define RULES \
};
#define RULES \
- const unsigned int t
ag2
[] = { 2 }; \
+ const unsigned int t
wo
[] = { 2 }; \
static Rule rule[] = { \
/* class:instance tags isfloat */ \
static Rule rule[] = { \
/* class:instance tags isfloat */ \
- { "Firefox.*", t
ag2,
False }, \
+ { "Firefox.*", t
wo,
False }, \
{ "Gimp.*", NULL, True}, \
{ "MPlayer.*", NULL, True}, \
{ "Acroread.*", NULL, True}, \
{ "Gimp.*", NULL, True}, \
{ "MPlayer.*", NULL, True}, \
{ "Acroread.*", NULL, True}, \