summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h3
-rwxr-xr-xdmenubin43520 -> 43528 bytes
-rw-r--r--dmenu.obin35360 -> 35456 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9db2b9a..0ccc033 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,8 @@
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=13"
+ "JetBrains Mono:size=13",
+ "JoyPixels:pixelsize=15:antialias=true:autohint=true"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
diff --git a/dmenu b/dmenu
index 55ceda8..db6f1a9 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index a961f63..b504d0a 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ