]> git.sur5r.net Git - i3/i3/commit
Add click events to i3bar
authorenkore <public@enkore.de>
Thu, 21 Mar 2013 10:48:27 +0000 (11:48 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 21 Mar 2013 22:55:30 +0000 (23:55 +0100)
commit58e68940f646e7f3a61d0e5128dfb5f4adef3df2
tree644cec3292ac1ecccee7945462f3861b4916cfb5
parent5adb09c5fccabc64bb8ffd769693686a77f36260
Add click events to i3bar

If the statusline generator (i.e. i3status) specifies click_events:true
in the protocol header, i3bar will write a JSON array on it's stdin
notifying it if the user clicks on a block.

The exact protocol is documented in docs/i3bar-protocol.
docs/i3bar-protocol
i3bar/include/child.h
i3bar/include/common.h
i3bar/src/child.c
i3bar/src/parse_json_header.c
i3bar/src/xcb.c