From bba536083168eb7503ec840f243096c30b8ea7a0 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 3 Sep 2022 15:36:29 +0200 Subject: [PATCH] Remove border px --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3773fe1..b9aabc1 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ #define XF86AudioPause 0x1008ff31 /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int gappx = 5; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */