X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.arg.h;h=ff7e7a70d9bb5d5baf909806586babb0112a7faf;hp=fa9c0198e9c13b50a2e7905a215043ca2885595d;hb=6f3872edbd1842f7a632ca8e2451bcac589c9db8;hpb=87324e680c318a5e63286c90e4443bb4c2898e11 diff --git a/config.arg.h b/config.arg.h index fa9c019..ff7e7a7 100644 --- a/config.arg.h +++ b/config.arg.h @@ -17,14 +17,14 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#9999cc" -#define MASTER 550 /* per thousand */ +#define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask #define KEYS \ static Key key[] = { \ /* modifier key function arguments */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtc -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \