From 16934ae9f54ae3143eef875ced45d9c7454e266d Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sun, 15 Oct 2023 21:14:47 +0800 Subject: [PATCH] Add dmenu patches --- dmenu-flexipatch/patches.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmenu-flexipatch/patches.def.h b/dmenu-flexipatch/patches.def.h index 4f378ab..0bf8fba 100644 --- a/dmenu-flexipatch/patches.def.h +++ b/dmenu-flexipatch/patches.def.h @@ -119,7 +119,7 @@ * integrate dmenu with other UI elements that require a particular vertical size. * http://tools.suckless.org/dmenu/patches/line-height/ */ -#define LINE_HEIGHT_PATCH 0 +#define LINE_HEIGHT_PATCH 1 /* This patch adds a -wm flag which sets override_redirect to false; thus letting your window * manager manage the dmenu window. @@ -128,7 +128,7 @@ * treat dmenu more as a "window" rather than as an overlay. * https://tools.suckless.org/dmenu/patches/managed/ */ -#define MANAGED_PATCH 0 +#define MANAGED_PATCH 1 /* This patch adds an additional color scheme for highlighting entries adjacent to the current * selection.