diego-plan9 / lillinput

Connect libinput gestures to i3 and others
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Consider replacing i3 library #150

Open diego-plan9 opened 1 year ago

diego-plan9 commented 1 year ago

The library that we are using as a dependency for interaction with i3 (i3ipc) might be in maintenance mode, with its latest release dated a while back. For future proofing, it might be worth considering replacing it with i3_ipc or a suitable alternative - the particular alternative mentioned would also pave the way for introducing tokio as well into the library.

diego-plan9 commented 1 year ago

Related: #13