diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-15 18:19:35 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-15 18:19:35 -0600 |
commit | 8861fefbf76b6cffb70abfab0536dd80a147793d (patch) | |
tree | db65309f3b55c90f86f8701d4bb6128318acfb28 /config.def.h | |
parent | 8e8bb251ad14377a579dca4daf05ecd2b1efe4d4 (diff) | |
download | st-master.tar.xz st-master.zip |
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 77e09e4..b7ae47f 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "JetBrainsMonoNL Nerd Font Mono:size=12:antialias=true:autohint=true"; -static int borderpx = 2; +static int borderpx = 0; /* * What program is execed by st depends of these precedence rules: |