Nametag patch

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 22:41:14 +08:00
parent bb70892994
commit 63086c04ca
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.