From 2e93a679476232cc68dc894673f45a147d068f74 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Mon, 14 Aug 2023 23:24:31 +0200 Subject: [PATCH] client border size 1 -> 3 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9717273..73170c6 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */