From c0d66376b15223d69c8578124cc3e9b93308cffe Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 18 Apr 2024 11:38:45 +0200 Subject: [PATCH] remove noborder patch --- patches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.h b/patches.h index d73cf4c..e028848 100644 --- a/patches.h +++ b/patches.h @@ -844,7 +844,7 @@ /* Removes the border when there is only one window visible. * https://dwm.suckless.org/patches/noborder/ */ -#define NOBORDER_PATCH 1 +#define NOBORDER_PATCH 0 /* Enable modifying or removing dmenu in config.def.h which resulted previously in a * compilation error because two lines of code hardcode dmenu into dwm.