From 63086c04caa38a55d13845d2b69b48763f82d621 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 2 Oct 2023 22:41:14 +0800 Subject: [PATCH] Nametag patch --- dmenu-flexipatch/patches.def.h | 2 +- dwm-flexipatch/patches.def.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dmenu-flexipatch/patches.def.h b/dmenu-flexipatch/patches.def.h index 3c1651e..cd31cbd 100644 --- a/dmenu-flexipatch/patches.def.h +++ b/dmenu-flexipatch/patches.def.h @@ -299,7 +299,7 @@ * it can handle long text. * https://tools.suckless.org/dmenu/patches/scroll/ */ -#define SCROLL_PATCH 1 +#define SCROLL_PATCH 0 /* This patch adds -d and -D flags which separates the input into two halves; one half to be * displayed in dmenu and the other to be printed to stdout. This patch takes precedence over diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 1a31e8f..4a1784e 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -811,11 +811,11 @@ * * https://dwm.suckless.org/patches/nametag/ */ -#define NAMETAG_PATCH 0 +#define NAMETAG_PATCH 1 /* Variant of the above which prepends the tag number to the given string. * The toggle does nothing on its own and need to be enabled in combination with the above. */ -#define NAMETAG_PREPEND_PATCH 0 +#define NAMETAG_PREPEND_PATCH 1 /* Adds support for the _NET_CLIENT_LIST_STACKING atom, needed by certain applications like the * Zoom video conferencing application.