aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-22 09:57:32 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-22 09:57:32 +0200
commitb112257bf29c275c26ef4e88b84a610b6323c6c4 (patch)
treee19f9db665d4807aa837d8cea2d23f75be88562f /config.arg.h
parenteb88adcd8a13efbece381440781f2b4577694187 (diff)
downloaddwm-b112257bf29c275c26ef4e88b84a610b6323c6c4.tar.zst
slight change of my config.h
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index 2b605e3..13ffb9c 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,9 +9,9 @@ const char *tags[] = { "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define DEFTAG 0 /* index */
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#eeeeee"
-#define FGCOLOR "#666699"
-#define BORDERCOLOR "#9999CC"
+#define BGCOLOR "#0d121d"
+#define FGCOLOR "#eeeeee"
+#define BORDERCOLOR "#3f484d"
#define MODKEY Mod1Mask
#define MASTERW 60 /* percent */
@@ -19,7 +19,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
static Key key[] = { \
/* modifier key function arguments */ \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec uxterm -bg '#eeeeee' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
+ { .cmd = "exec rxvt +sb -tr -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \
{ MODKEY, XK_p, spawn, \
{ .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \