about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2021-05-10 00:42:04 -0400
committer2021-05-10 00:42:04 -0400
commit422db887c48c9a899fc60cec0d796fca1fa1b856 (patch)
tree1c5f34899d12e3711b868917069077d7a0246e3d
parent3a6bc67fbd6df190b002d33f600a6465cad9cfb8 (diff)
downloaddmenu-422db887c48c9a899fc60cec0d796fca1fa1b856.tar.gz
-rw-r--r--config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h b/config.h
index 5fbe225..40e8af3 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",
-	"JoyPixels:pixelsize=8:antialias=true:autohint=true"
+	"MesloLGS Nerd Font: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;
@@ -30,4 +31,5 @@ static unsigned int lines      = 0;
  * Characters not considered part of a word while deleting words
  * for example: " /?\"&[]"
  */
-static const char worddelimiters[] = " ";
+static const char worddelimiters[] = " | ";
+