]> git.sur5r.net Git - i3/i3/commit
introduce the sync IPC command
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 30 Mar 2018 19:06:18 +0000 (21:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 30 Mar 2018 19:09:52 +0000 (21:09 +0200)
commiteca8fae2de2a2f7d6a8953d5ce6e0a76c6dc1264
treeb0ad25288b96af1f2e435f41b3373aa97e525a31
parent725ee3ce6269947577deb7a67a0e1d9762c21600
introduce the sync IPC command

Sending the sync command via IPC ensures pending IPC messages are handled by i3
before the sync response is read. This is rarely useful for direct IPC
connections to i3, but becomes useful when synchronizing with i3bar, which might
have pending IPC messages in response to button clicks.
AnyEvent-I3/lib/AnyEvent/I3.pm
docs/ipc
include/i3/ipc.h
src/ipc.c