X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=a8874305dff1e7186c57d3220bf15ac27a97d436;hb=b3b58c08e4e15c4dbdd04bae52300d1e8effed33;hp=abd8756928b1ffb173d67f07d00e8e12e6717c23;hpb=84ae6e12ebbb1a42a89c3f517952601985ab55d0;p=dwm.git diff --git a/config.arg.h b/config.arg.h index abd8756..a887430 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,11 +4,11 @@ /* 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" -#define SELBORDERCOLOR "#69c" +#define SELBORDERCOLOR "#8c8" #define SELBGCOLOR "#555" #define SELFGCOLOR "#fff" #define TOPBAR True /* False */ @@ -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"' " \