about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--config.h5
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9616d91..a5b85de 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Luke's dmenu
+# Kusoneko's dmenu based on [Luke's dmenu](https://github.com/lukesmithxyz/dmenu)
 
 Extra stuff added to vanilla dmenu:
 
diff --git a/config.h b/config.h
index acc8457..87dc3d5 100644
--- a/config.h
+++ b/config.h
@@ -4,8 +4,9 @@
 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=10",
-	"NotoColorEmoji:pixelsize=8:antialias=true:autohint=true"
+	"MesloLGS NF:pixelsize=14:antialias=true:autohint=true",
+	"Joy Pixels:pixelsize=10:antialias=true:autohint=true",
+    "IPAGothic:pixelsize=14:antialias=true:autohint=true"
 };
 static const unsigned int bgalpha = 0xe0;
 static const unsigned int fgalpha = OPAQUE;