X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=6f51e50ba2c5cfd4be1b2b965b6bc92714c92741;hb=2e0c767d74da024c3cd4dbd524e1364039704451;hp=13ffb9c4dfeae9d0e47bc08a8d7d568808bbec17;hpb=b112257bf29c275c26ef4e88b84a610b6323c6c4;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 13ffb9c..6f51e50 100644 --- a/config.arg.h +++ b/config.arg.h @@ -7,11 +7,11 @@ const char *tags[] = { "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ -#define DEFTAG 0 /* index */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#0d121d" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#3f484d" +#define NORMBGCOLOR "#666699" +#define NORMFGCOLOR "#eeeeee" +#define SELBGCOLOR "#eeeeee" +#define SELFGCOLOR "#000088" #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 rxvt +sb -tr -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \ + { .cmd = "exec uxterm -bg '#e0e0e0' -fg '#000000' -cr '#000000' +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`" } }, \ @@ -46,7 +46,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ - /* class:instance regex tags regex isfloat */ \ + /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "net", False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \