diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:01:45 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:01:45 +0000 |
commit | a7dbbadd23bab2d21734ef984941eb37be91cede (patch) | |
tree | 53e8e82aa825f0e6bed0ea32038741bb6fd4ba9d /config.h | |
parent | 6279d65dfe66545960c662fbba5e1de76a33c1ac (diff) |
Updated Font To Fira Code
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |