Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
changed status fg
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
33597ee
..
aa3c0c9
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-3,7
+3,7
@@
*/
#define TAGS \
*/
#define TAGS \
-const char *tags[] = { "
local", "remote", "net", "cert
", "fnord", NULL };
+const char *tags[] = { "
home", "net", "www", "mon
", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
@@
-15,7
+15,7
@@
const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL };
#define SELBGCOLOR "#336699"
#define SELFGCOLOR "#eeeeee"
#define STATUSBGCOLOR "#222222"
#define SELBGCOLOR "#336699"
#define SELFGCOLOR "#eeeeee"
#define STATUSBGCOLOR "#222222"
-#define STATUSFGCOLOR "#
99ccff
"
+#define STATUSFGCOLOR "#
dddddd
"
#define MASTER 600 /* per thousand */
#define MODKEY Mod1Mask
#define MASTER 600 /* per thousand */
#define MODKEY Mod1Mask
@@
-69,7
+69,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 */ \
- { "Firefox.*", "
net
", False }, \
+ { "Firefox.*", "
www
", False }, \
{ "Gimp.*", NULL, True }, \
{ "MPlayer.*", NULL, True }, \
{ "Acroread.*", NULL, True }, \
{ "Gimp.*", NULL, True }, \
{ "MPlayer.*", NULL, True }, \
{ "Acroread.*", NULL, True }, \