all repos — dwm @ 846850914d860ba0cb1fd6b9c394e4bee6b31737

my dwm build

changed config.arg.h - I really need the 4th tag
Anselm R. Garbe arg@10kloc.org
Mon, 28 Aug 2006 12:27:00 +0200
commit

846850914d860ba0cb1fd6b9c394e4bee6b31737

parent

4e6c513ac2e5870ea5bf958eb6062f2a0a9f4689

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.arg.hconfig.arg.h

@@ -4,7 +4,7 @@ * See LICENSE file for license details.

*/ #define TAGS \ -const char *tags[] = { "work", "net", "fnord", NULL }; +const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>"
M config.mkconfig.mk

@@ -1,5 +1,5 @@

# dwm version -VERSION = 1.1 +VERSION = 1.2 # Customize below to fit your system