tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
107 stars 33 forks source link

Implement Tick messages and events #63

Open ToonSpin opened 4 years ago

ToonSpin commented 4 years ago

Hi Trevor,

There is an i3 feature introduced in i3 4.15 that I would like to use, namely Tick events and messages. This PR implements those.

If there's anything you'd like me to change about this PR I would be happy to oblige.

Thanks in advance for your time,

Toon