waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
666 stars 47 forks source link

[fix] keymaps not sent to server #257

Closed InnocentZero closed 3 months ago

InnocentZero commented 3 months ago

The commit 5e8ebe3 introduced a regression where keymaps were not sent to swhks because of an invalid path. This commit fixes that.

Tested on arch linux sway.

Shinyzenith commented 3 months ago

CC: @newtoallofthis123 Reverting for now to fix user issues. Should've been tested properly, I don't know how this passed the review cycle.

newtoallofthis123 commented 3 months ago

Oh I'm so sorry! The /run/swhkd was for testing only, I might've accidentally left that commit out 😓

newtoallofthis123 commented 3 months ago

Thanks @InnocentZero for noticing and fixing 😄