changed borderpx

This commit is contained in:
2025-09-17 11:24:05 +03:00
parent 196996f9d3
commit 33aabe56fc

View File

@@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "CommitMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true"; static char *font = "CommitMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true";
static int borderpx = 0; static int borderpx = 1;
/* /*
* What program is execed by st depends of these precedence rules: * What program is execed by st depends of these precedence rules: