aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 18:17:00 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-07-16 18:17:00 +0200
commitd05def21d7b2aadf96e815e148ea6e97bd700ecf (patch)
treed63b87a3815d5d4d0323d2f769ebe342c08d0ae5 /config.def.h
parent2c4fd0c3c94cd120183bb5e989e36d023ec8c527 (diff)
removed TODO and changed font
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 5c65aa4..289e83f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "JetBrainsMono NF:pixelsize=13:antialias=true:autohint=true";
+static char *font = "JetBrainsMono NF:size=13";
static int borderpx = 0;
/*