From 4f62a82df268d084a17d9f9e9972359a0b4ef731 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 7 Apr 2023 15:00:07 +0200 Subject: [PATCH] no border width by default --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index 5536a2b..3e68948 100644 --- a/options.h +++ b/options.h @@ -40,7 +40,7 @@ static char *normtext = "Normal"; /* Text to display for normal static char *instext = "Insert"; /* Text to display for insert mode */ /* Window border options */ -static int borderwidth = 2; /* Width of the border */ +static int borderwidth = 0; /* Width of the border */ /* Font options */ static char font[] = "Noto Sans Mono 8"; /* Font to draw text and Pango markup with. */