From 0f980d0682436ab2d339f627422f5611bd0c639a Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Sun, 17 Oct 2021 07:39:35 +0530 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c7a1cb..678fdd0 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Because `dwmblocks-async` creates a child process, it messes up the way the orig This modification is backwards-compatible with other versions of `dwmblocks` as well. +Please note that if you are using [`dwm-flexipatch`](https://github.com/bakkeby/dwm-flexipatch), then you only need to enable the `statuscmd` patch through `patches.h`. There is no need to edit change the definition of `getstatusbarpid()` as the changes have already been applied there through [dwm-flexipatch#190](https://github.com/bakkeby/dwm-flexipatch/pull/190). ## Credits This work would not have been possible without [Luke's build of dwmblocks](https://github.com/LukeSmithxyz/dwmblocks) and [Daniel Bylinka's statuscmd patch](https://dwm.suckless.org/patches/statuscmd/).