This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
changed config.arg.h - I really need the 4th tag
config
Anselm R. Garbe
18 years ago
parent
4e6c513ac2
commit
846850914d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.arg.h
+1
-1
config.mk
+ 1
- 1
config.arg.h
View File
@ -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
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dwm version
VERSION
=
1.
1
VERSION
=
1.
2
# Customize below to fit your system
Write
Preview
Loading…
Cancel
Save