X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=dba11da557c7d2cc837fe9944d3d351ea7816f12;hb=da2bbd371c522d63d737d43a127601a3fdbcb9d8;hp=adca4e5e2f321ae77b46f8844799231b504574a8;hpb=26e134b8a7dae21a699822009674b3131de6e250;p=dwm.git diff --git a/config.h b/config.h index adca4e5..dba11da 100644 --- a/config.h +++ b/config.h @@ -3,16 +3,13 @@ * See LICENSE file for license details. */ -#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#000000" -#define FGCOLOR "#ffaa00" -#define BORDERCOLOR "#000000" -#define STATUSCMD "echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \ - " `acpi | awk '{print $4}' | sed 's/,//'`" -#define PLCMD "`ls -lL /bin /sbin /usr/bin /usr/local/bin 2>/dev/null | awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort | uniq | gridmenu`" +#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" +#define BGCOLOR "#666699" +#define FGCOLOR "#ffffff" +#define BORDERCOLOR "#9999CC" +#define STATUSDELAY 10 /* seconds */ -#define KEYS \ - { Mod1Mask, XK_Return, run, "xterm -u8 -bg black -fg white -fn '-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*'" }, \ - { Mod1Mask, XK_p, run, PLCMD }, \ - { Mod1Mask | ShiftMask, XK_q, quit, NULL}, +/* tags, see wm.c for further config */ +enum { Tscratch, Tdev, Tirc, Twww, Twork, /* never remove: */ TLast }; +/* see kb.c for shortcut customization */