no border width by default

This commit is contained in:
speedie 2023-04-07 15:00:07 +02:00
parent 2ee27ad8bc
commit 4f62a82df2

View file

@ -40,7 +40,7 @@ static char *normtext = "Normal"; /* Text to display for normal
static char *instext = "Insert"; /* Text to display for insert mode */ static char *instext = "Insert"; /* Text to display for insert mode */
/* Window border options */ /* Window border options */
static int borderwidth = 2; /* Width of the border */ static int borderwidth = 0; /* Width of the border */
/* Font options */ /* Font options */
static char font[] = "Noto Sans Mono 8"; /* Font to draw text and Pango markup with. */ static char font[] = "Noto Sans Mono 8"; /* Font to draw text and Pango markup with. */