dwm-meillo

changeset 376:201acf925788

changed config.arg.h - I really need the 4th tag
author Anselm R. Garbe <arg@10kloc.org>
date Mon, 28 Aug 2006 12:27:00 +0200
parents 71e7b272f3d7
children b1159a638d0a
files config.arg.h config.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Mon Aug 28 10:21:40 2006 +0200
     1.2 +++ b/config.arg.h	Mon Aug 28 12:27:00 2006 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4   */
     1.5  
     1.6  #define TAGS \
     1.7 -const char *tags[] = { "work", "net", "fnord", NULL };
     1.8 +const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     1.9  
    1.10  #define DEFMODE			dotile /* dofloat */
    1.11  #define FLOATSYMBOL		"><>"
     2.1 --- a/config.mk	Mon Aug 28 10:21:40 2006 +0200
     2.2 +++ b/config.mk	Mon Aug 28 12:27:00 2006 +0200
     2.3 @@ -1,5 +1,5 @@
     2.4  # dwm version
     2.5 -VERSION = 1.1
     2.6 +VERSION = 1.2
     2.7  
     2.8  # Customize below to fit your system
     2.9