From 5bbe65082cfbc76e3fc861c9978004227edba3fc Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 14 Jan 2026 09:37:33 +0100 Subject: [PATCH] Add antialias and autohint to font --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 4e9c9e5..ff520d0 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,9 @@ /* See LICENSE file for copyright and license details. */ -#define FONT "FiraCodeNerdFont:size=11" +#define FONT "FiraCodeNerdFont:size=11:antialias=true:autohint=true" -/* appearance */ + /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */