Alexis Janon
Alexis Janon
Makes sense, thanks for the explanation! I think it would be nice to make a small release with some fixes. How about branching at fdf5e10? This is just before the...
We should be able to close this issue if we merge #186 and #187.
I'm just waiting to have a complete changelog before merging #186 so that we can do a release right away afterward.
I feel like ideally we could have bidirectional communication between sxhkd and swhkd, and swhkd could then request environment variables values only when needed at runtime, but this may add...
> > bidirectional communication between sxhkd and swhkd > > Do you mean swhks and swhkd? Yes, that was a typo. > > when needed at runtime, but this may...
The way I see it, the daemon should have as little information as necessary. This decreases complexity in the low level parts of the stack on the privileged process. You...
The message format looks good to me! I agree with you for X11: no need to build this for people who will be using wayland exclusively. I just wondered something...
Before merging this, could we discuss a bit more the release message?
Thanks for the idea! This seems similar to #117 to me (with a slightly different use case). What do you think? I am personally not too hyped by the prospect...
Thanks for the report! I think `p+ctrl` being triggered exactly like `ctrl+p` is by design, take a look at: https://github.com/waycrate/swhkd/blob/fdf5e10ae42b58d2b45b10016ad63ebec5e16dd0/swhkd/src/daemon.rs#L341-L343 Basically, this checks that all modifier keys are pressed and...