From a5f48fb1d7bcc044734009ddd8e70ea1efcce4fa Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:25:41 +0500 Subject: [PATCH] Include patches.h for correct syntax highlinghting --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 4846a67..09993db 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ +#include "patches.h" static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ #if ALPHA_PATCH