From 9dade0ef40b9fc685cffdd27633463efdacc36de Mon Sep 17 00:00:00 2001 From: MadcowOG <88654251+MadcowOG@users.noreply.github.com> Date: Sun, 30 Apr 2023 01:32:24 +0000 Subject: [PATCH] Updated ipc (markdown) --- ipc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipc.md b/ipc.md index d346a48..3f8fae2 100644 --- a/ipc.md +++ b/ipc.md @@ -2,7 +2,8 @@ Largely based on [raphi](https://sr.ht/~raphi/)'s [somebar](https://sr.ht/~raphi/somebar/), this patch provides an ipc for wayland clients. The ipc is intended for a wayland status bar, but can be generally used to receive updates and update dwl state in any way. ### Download - - Updating and fixing, will be back soon. + - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-v2.patch) Use this for dwl-ipc-unstable-v2. + - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-bbdf2.patch) Use this for dwl-ipc-unstable-v1. ### Authors - [MadcowOG](https://github.com/MadcowOG)