From a3038576c2834498baa8faf9ea2d57b34609a531 Mon Sep 17 00:00:00 2001 From: adaf Date: Mon, 22 May 2023 20:56:46 -0300 Subject: [PATCH] update border px --- suckless/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h index 0b09f36..ffafd55 100644 --- a/suckless/dwm/config.h +++ b/suckless/dwm/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int baralpha = 0xA0; static const unsigned int borderalpha = OPAQUE;