From 7a35432782a8bb38429854180a7d16f82edec34a Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 1 Jul 2025 08:36:48 +0500 Subject: changes (apparently) --- config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 415a66e..9f593eb 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka:pixelsize=20:style=regular"; -static int borderpx = 4; +// static char *font = "Iosevka:pixelsize=20:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font:pixelsize=16:antialias=true:autohint=true"; +static int borderpx = 2; /* * What program is execed by st depends of these precedence rules: @@ -28,6 +29,9 @@ char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ static float cwscale = 1.0; static float chscale = 1.0; +/* Character rendering offsets in pixels */ +static short cxoffset = 0; +static short cyoffset = 0; /* * word delimiter string -- cgit v1.2.3-70-g09d2