From 93a2e18b355bcc62cde3958e8afd1e5e808670a2 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 02:25:46 -0400 Subject: [PATCH] update font size andtabspaces --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 2cd740a..fd8fe27 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -91,7 +91,7 @@ char *termname = "st-256color"; * * stty tabs */ -unsigned int tabspaces = 8; +unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { -- 2.54.0