How to capture i3bar click events raw data?
Excerpt from http://i3wm.org/docs/i3bar-protocol.html
. . .
2.3. Click events
If enabled i3bar will send you notifications if the user clicks on a block.
Example:
{
"name": "ethernet",
"instance": "eth0",
"button": 1,
"x": 1320,
"y": 1400
}
. . .
What command do I need to run on the console to give me the location of the mouse while clicking on the i3bar?
OR
Where the i3bar will send the notifications to?