X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=a8874305dff1e7186c57d3220bf15ac27a97d436;hb=204f0a340d74ff5b8bf7ed00688c14c1269da175;hp=0b4b9d870a2a36f1b51eda79627e69f1c731968c;hpb=f76b3a46851069860707f70ebc17ba4115219547;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 0b4b9d8..a887430 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,7 @@ /* appearance */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-proggyclean-medium-r-*-*-13-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" @@ -42,7 +42,7 @@ static Layout layout[] = { \ static Key key[] = { \ /* modifier key function argument */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtcd -tr -bg '#292929' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \