This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
made args mode symbols the default ones (the default ones look too ugly)
main
Anselm R. Garbe
18 years ago
parent
aaad7bfd15
commit
f6656fffb4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
config.default.h
+ 2
- 2
config.default.h
View File
@ -7,8 +7,8 @@
const
char
*
tags
[
]
=
{
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
NULL
}
;
#
define DEFMODE dotile
/* dofloat */
#
define FLOATSYMBOL "
~
"
#
define TILESYMBOL "
#
"
#
define FLOATSYMBOL "
><>
"
#
define TILESYMBOL "
[]=
"
#
define FONT "fixed"
#
define SELBGCOLOR "#666699"
Write
Preview
Loading…
Cancel
Save