projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6c513
)
changed config.arg.h - I really need the 4th tag
author
Anselm R. Garbe
<arg@10kloc.org>
Mon, 28 Aug 2006 10:27:00 +0000
(12:27 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Mon, 28 Aug 2006 10:27:00 +0000
(12:27 +0200)
config.arg.h
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index 355b02b7fb6743b802062715fcd9388c70ceae69..c457c2319541d8566f52ddf8c8aa94b082a009bb 100644
(file)
--- 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 "><>"
diff --git
a/config.mk
b/config.mk
index 690d48fa575ea2a64f20041b8acac54367f3291a..262fbdeb4b389bf83797f1f5d25ed86e94e917f6 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dwm version
-VERSION = 1.
1
+VERSION = 1.
2
# Customize below to fit your system