diff options
| -rw-r--r-- | config.arg.h | 2 | ||||
| -rw-r--r-- | config.mk | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config.arg.h b/config.arg.h index 355b02b..c457c23 100644 --- a/config.arg.h +++ b/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,5 +1,5 @@  # dwm version -VERSION = 1.1 +VERSION = 1.2  # Customize below to fit your system | 
