dwl-patches/patches/ipc/README.md
A Frederick Christensen 9c5d5d85f3
dwl-patches overhaul
Eliminated wiki.
Individual patches have a README.md explanation in their own subdirectory.
Simplified submission of new patches and maintenance of existing patches.
Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
2024-05-09 23:12:04 -05:00

2.1 KiB

Description

Largely based on raphi's 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.

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
  • 2024-03-13
  • 2024-02-20
  • 2023-10-28 Updated version of 2023-04-29, prevents ipc from freezing the compositor in printstatus.
  • 2023-04-29 Use this for dwl-ipc-unstable-v2. If you are using commit 9d68554 or later, use this. For status bars this protocol is supported by dwlb, Waybar and dwl-bar.
  • 2023-04-29 Use this for dwl-ipc-unstable-v1. If you are using commit bbdaf2a9, release 0.4 or earlier, use this. For status bars, this protocol is supported by dwl-bar.
  • 2023-02-20 Use this for net-tapesoftware-dwl-wm-unstable-v1. If you are using commit c69a2bec or later, use this. For status bars this protocol is supported by somebar.

Authors