소스 검색

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

Anselm R. Garbe 19 년 전
부모
커밋
846850914d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      config.arg.h
  2. 1 1
      config.mk

+ 1 - 1
config.arg.h

@@ -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 - 1
config.mk

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