This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
found compromise
master
arg@mig29
18 years ago
parent
b9fbd59c8a
commit
c69f397bb9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.h
+1
-1
draw.c
+ 1
- 1
dmenu.h
View File
@ -4,7 +4,7 @@
#
include
<X11/Xlib.h>
#
define FONT "fixed"
#
define FONT "
-*-
fixed
-medium-r-normal-*-13-*-*-*-*-*-*-*
"
#
define NORMBGCOLOR "#333366"
#
define NORMFGCOLOR "#cccccc"
#
define SELBGCOLOR "#666699"
+ 1
- 1
draw.c
View File
@ -79,7 +79,7 @@ getcolor(const char *colstr) {
void
setfont
(
const
char
*
fontstr
)
{
char
*
*
missing
,
*
def
;
char
*
def
,
*
*
missing
;
int
i
,
n
;
missing
=
NULL
;
Write
Preview
Loading…
Cancel
Save