changed config.arg.h - I really need the 4th tag

This commit is contained in:
Anselm R. Garbe 2006-08-28 12:27:00 +02:00
父節點 4e6c513ac2
當前提交 846850914d
共有 2 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -4,7 +4,7 @@
*/
#define TAGS \
const char *tags[] = { "work", "net", "fnord", NULL };
const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"

查看文件

@ -1,5 +1,5 @@
# dwm version
VERSION = 1.1
VERSION = 1.2
# Customize below to fit your system