From 5f11ab86e8be5b0d1a319c250a010ce3635ceefd Mon Sep 17 00:00:00 2001
From: Ryan Kes <>
Date: Sat, 28 Nov 2020 13:46:50 +0100
Subject: [PATCH] feat: use default mono font & joypixels

---
 config.h         | 6 ++++--
 config_desktop.h | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h
index de28b63..5844905 100644
--- a/config.h
+++ b/config.h
@@ -7,8 +7,10 @@ static int fuzzy = 1; /* -F  option; if 0, dmenu doesn't use fuzzy matching */
 
 /* -fn option overrides fonts[0]; default X11 font or font set */
 static const char *fonts[] = {
-    "FuraCode Nerd Font "
-    "Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"};
+    "monospace:size=10",
+    "JoyPixels:pixelsize=8: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/config_desktop.h b/config_desktop.h
index de28b63..5844905 100644
--- a/config_desktop.h
+++ b/config_desktop.h
@@ -7,8 +7,10 @@ static int fuzzy = 1; /* -F  option; if 0, dmenu doesn't use fuzzy matching */
 
 /* -fn option overrides fonts[0]; default X11 font or font set */
 static const char *fonts[] = {
-    "FuraCode Nerd Font "
-    "Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"};
+    "monospace:size=10",
+    "JoyPixels:pixelsize=8:antialias=true:autohint=true"
+};
+
 static const char *prompt =
     NULL; /* -p  option; prompt to the left of input field */
 static const char *colors[SchemeLast][2] = {