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:
8e053b6
)
swapping my default colors (bg with fg)
author
Anselm R.Garbe
<arg@10ksloc.org>
Thu, 10 Aug 2006 08:22:15 +0000
(10:22 +0200)
committer
Anselm R.Garbe
<arg@10ksloc.org>
Thu, 10 Aug 2006 08:22:15 +0000
(10:22 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index 91bed8cf29434860a37f201c5345adaefa53d2b1..ae27c26b5cbd329e89cde0c2085a65ba7927b33b 100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-9,8
+9,8
@@
const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#
666699
"
-#define FGCOLOR "#
eeeeee
"
+#define BGCOLOR "#
eeeeee
"
+#define FGCOLOR "#
666699
"
#define BORDERCOLOR "#9999CC"
#define MODKEY Mod1Mask
#define NUMLOCKMASK Mod2Mask