diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 12:27:00 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 12:27:00 +0200 |
commit | 846850914d860ba0cb1fd6b9c394e4bee6b31737 (patch) | |
tree | 87ae194fb46a558414713bd54950ec1eca4c2209 /config.arg.h | |
parent | 4e6c513ac2e5870ea5bf958eb6062f2a0a9f4689 (diff) | |
download | dwm-846850914d860ba0cb1fd6b9c394e4bee6b31737.tar.gz |
changed config.arg.h - I really need the 4th tag
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 2 |
1 files changed, 1 insertions, 1 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 "><>" |