From 9b59730e812046d0e159f7a67a004cda99133869 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 18 Dec 2021 14:03:25 +0100 Subject: [PATCH] Border fix --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 0a4ff83..ab41e98 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* appearance */ -static const unsigned int borderpx = 0; /* border pixel of windows */ +static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 16; /* snap pixel (32)*/ static const unsigned int gappx = 0; static const unsigned int gapmodes[] = { 0, 64 };