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
prepared 3.7, ready to rambo
config
Anselm R. Garbe
17 years ago
parent
a58731e835
commit
12280f0253
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.default.h
+ 1
- 1
config.arg.h
View File
@ -13,7 +13,7 @@
#
define SELFGCOLOR "#fff"
#
define TOPBAR True
/* False */
/*
behavior
*/
/*
tagging
*/
#
define TAGS \
const
char
*
tags
[
]
=
{
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
,
"
7
"
,
"
8
"
,
"
9
"
,
NULL
}
;
#
define RULES \
+ 1
- 1
config.default.h
View File
@ -13,7 +13,7 @@
#
define SELFGCOLOR "#ffffff"
#
define TOPBAR True
/* False */
/*
behavior
*/
/*
tagging
*/
#
define TAGS \
const
char
*
tags
[
]
=
{
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
,
"
7
"
,
"
8
"
,
"
9
"
,
NULL
}
;
/* Query class:instance:title for regex matching info with following command:
Write
Preview
Loading…
Cancel
Save