aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-08 12:50:11 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-08 12:50:11 +0200
commite943234d09ce6e1faa9145b4abc617acc4e61380 (patch)
tree6b6604617d316a3208965f1d13376245f65a0d6e /config.arg.h
parent9fc24e371bf8ecf53beb2c05d3e0cdcbb103dbc8 (diff)
downloaddwm-e943234d09ce6e1faa9145b4abc617acc4e61380.tar.zst
it always takes a while until one sticks to a colorscheme, but this one feels well
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index d71196a..91bed8c 100644
--- 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-*'" } }, \
};