diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:36:48 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:36:48 +0500 |
commit | 7a35432782a8bb38429854180a7d16f82edec34a (patch) | |
tree | 85ba292c29cb28fa7e75dd65bb4b7f26102982f2 /config.h | |
parent | d18e6eb27e002872429d3f931bc08d6af816e1f7 (diff) |
changes (apparently)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |