This commit is contained in:
Tyler Perkins 2022-12-01 18:24:54 -05:00
parent b9a937a530
commit 245dcd64c0
17 changed files with 1 additions and 1 deletions

0
LICENSE Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README Normal file → Executable file
View File

0
arg.h Normal file → Executable file
View File

0
config.def.h Normal file → Executable file
View File

2
config.h Normal file → Executable file
View File

@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"monospace:size=8"
"Hermit:size=12"
};
static const char *prompt = ">"; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {

0
config.mk Normal file → Executable file
View File

0
dmenu.1 Normal file → Executable file
View File

0
dmenu.c Normal file → Executable file
View File

0
drw.c Normal file → Executable file
View File

0
drw.h Normal file → Executable file
View File

0
patches/.gitkeep Normal file → Executable file
View File

0
patches/dmenu-caseinsensitive-5.0.diff Normal file → Executable file
View File

0
stest.1 Normal file → Executable file
View File

0
stest.c Normal file → Executable file
View File

0
util.c Normal file → Executable file
View File

0
util.h Normal file → Executable file
View File