Skip to content

IPC Patch v1.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 23:56
Release IPC Patch v1.5.4

- Fix redirection of dwm-msg not working. This was caused by stdout never being
  flushed. stdout is now flushed after every event message is received.
- Add --ignore-reply option to dwm-msg which ignores the initial success/failure
  reply from the run_command and subscribe commands. This is most useful for
  subscribing to events and ignoring the initial success reply.