Tony Crisci
Tony Crisci
Also, where did we land on supporting multiple renderers? That will certainly be breaking.
The only interface that isn't well-tested is the renderer. I'm not aware of anyone who is doing anything that might stretch the interface that might become a common use case...
Another weird case we have to handle is if you press a button on the mouse, and then you disconnect your mouse, you have to release all the buttons that...
There's nothing I can do about this. Copy/paste requires the process that owns the clipboard to be running to send the contents.
Sorry my rust is bad. It's supposed to print a nice error message instead of panic. Thr panic comes from i3-msg not being found in the path when trying to...
Ah ok looking at this again, it's in the config validation step which requires `i3` to be in the PATH. Maybe the way I'm trying to find the command in...
I just pushed some changes to master that improves the error message. Can you test it and see if the panic is still there?
:wave: looking at this now
@rysson thanks, I accepted #199, can you fix the conflicts?
I don't know much about RPM packaging, so I'm not sure if I will be of much help. I personally just use [fpm](https://github.com/jordansissel/fpm) for packaging when I need to make...