summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-02-10 17:01:45 +0000
committerrafa_99 <rafa99@protonmail.com>2021-02-10 17:01:45 +0000
commita7dbbadd23bab2d21734ef984941eb37be91cede (patch)
tree53e8e82aa825f0e6bed0ea32038741bb6fd4ba9d
parent6279d65dfe66545960c662fbba5e1de76a33c1ac (diff)
Updated Font To Fira Code
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5430c29..e3f8660 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,7 @@ static int centered = 0; /* -c option; centers dmenu on scree
static int min_width = 500; /* minimum width when centered */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "JetBrains Mono Nerd Font:size=12"
+ "FiraCode Nerd Font:size=14"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */