aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-15 18:19:35 -0600
committerTim Keller <tjkeller.xyz>2025-01-15 18:19:35 -0600
commit8861fefbf76b6cffb70abfab0536dd80a147793d (patch)
treedb65309f3b55c90f86f8701d4bb6128318acfb28
parent8e8bb251ad14377a579dca4daf05ecd2b1efe4d4 (diff)
downloadst-master.tar.xz
st-master.zip
set default borderpx to 0HEADmaster
-rw-r--r--config.def.h2
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: