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.