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
I prefer BORDERPX=1
config
Anselm R. Garbe
18 years ago
parent
a542bdf658
commit
b1c9f5f144
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
@ -5,10 +5,10 @@
#
define TAGS \
const
char
*
tags
[
]
=
{
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
,
"
7
"
,
"
8
"
,
"
9
"
,
NULL
}
;
#
define BORDERPX 1
#
define DEFMODE dotile
/* dofloat */
#
define FLOATSYMBOL "><>"
#
define TILESYMBOL "[]="
#
define BORDERPX 2
#
define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
#
define NORMBORDERCOLOR "#333"
+ 1
- 1
config.default.h
View File
@ -5,10 +5,10 @@
#
define TAGS \
const
char
*
tags
[
]
=
{
"
1
"
,
"
2
"
,
"
3
"
,
"
4
"
,
"
5
"
,
"
6
"
,
"
7
"
,
"
8
"
,
"
9
"
,
NULL
}
;
#
define BORDERPX 1
#
define DEFMODE dotile
/* dofloat */
#
define FLOATSYMBOL "><>"
#
define TILESYMBOL "[]="
#
define BORDERPX 1
#
define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#
define NORMBORDERCOLOR "#dddddd"
Write
Preview
Loading…
Cancel
Save