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:
9fc24e3
)
it always takes a while until one sticks to a colorscheme, but this one feels well
author
Anselm R.Garbe
<arg@10ksloc.org>
Tue, 8 Aug 2006 10:50:11 +0000
(12:50 +0200)
committer
Anselm R.Garbe
<arg@10ksloc.org>
Tue, 8 Aug 2006 10:50:11 +0000
(12:50 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index d71196aed05e6b9e041b95683bc2008259ec56cb..91bed8cf29434860a37f201c5345adaefa53d2b1 100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-41,7
+41,7
@@
static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec uxterm -bg '#
ffffaa
' -fg '#000000' -cr '#000000' +sb " \
+ { .cmd = "exec uxterm -bg '#
dddddd
' -fg '#000000' -cr '#000000' +sb " \
"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
};