From 9d8d4f833a3ef5bf008871084bb75eb7842376e3 Mon Sep 17 00:00:00 2001 From: Kris Yotam Date: Fri, 27 Mar 2026 10:10:08 -0500 Subject: [PATCH] Update patches config --- patches.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches.h b/patches.h index 29df00cc8ea7ebaffca2b7248e27ea682f712443..0a71d42616190573beb13ddeaca5e6738a2ce442 100644 --- a/patches.h +++ b/patches.h @@ -2,7 +2,6 @@ * This file contains patch control flags. * * Kris Yotam's dmenu build - patches enabled: - * - alpha (transparency) * - border (visible border when centered) * - caseinsensitive (case-insensitive by default) * - center (centered on screen) @@ -20,7 +19,7 @@ /* Patches */ /* The alpha patch adds transparency for the dmenu window. */ -#define ALPHA_PATCH 1 +#define ALPHA_PATCH 0 /* Adds padding for dmenu similar to dwm barpadding. */ #define BARPADDING_PATCH 0