From: Anselm R. Garbe Date: Fri, 25 Aug 2006 16:05:18 +0000 (+0200) Subject: term enlightened X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=0a0759132c07ff78896fd8559e6f576898f266a3 term enlightened --- diff --git a/config.arg.h b/config.arg.h index 620547a..279ba24 100644 --- a/config.arg.h +++ b/config.arg.h @@ -25,7 +25,7 @@ const char *tags[] = { "work", "net", "fnord", NULL }; static Key key[] = { \ /* modifier key function arguments */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -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`" } }, \