From 16f6bf82f121ae59d7bd0aafe514ea75a62688a0 Mon Sep 17 00:00:00 2001 From: choc Date: Sat, 16 Mar 2024 10:31:20 +0800 Subject: [PATCH] update ipc to explain printstatus stdout removal --- ipc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipc.md b/ipc.md index fc27186..11e2f4d 100644 --- a/ipc.md +++ b/ipc.md @@ -1,6 +1,8 @@ ### Description Largely based on [raphi](https://sr.ht/~raphi/)'s [somebar](https://sr.ht/~raphi/somebar/), this patch provides an ipc for wayland clients to get and set dwl state. The ipc is intended for status bars, but can also be scripted with tools like [dwlmsg](https://codeberg.org/notchoc/dwlmsg). +Status information to stdout is currently disabled as dwl tends to freeze. For now, `dwlmsg -w` should act as a drop-in replacement. + ### Download - [git branch](https://codeberg.org/notchoc/dwl/src/branch/ipc) - [2024-03-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/ipc/ipc.patch)