You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built this project and discovered that it fails no difference whether ~/.config/lefthk/config.ron exists or not.
Error message looks like this: ERROR lefthk: Unable to load new config due to error: No config file found.
So I looked into source code and found this:
I have built this project and discovered that it fails no difference whether
~/.config/lefthk/config.ron
exists or not.Error message looks like this:
ERROR lefthk: Unable to load new config due to error: No config file found.
So I looked into source code and found this:
This piece of code never returns
Result::Ok
. So I changed it to:here's link to mentioned function
https://github.com/leftwm/lefthk/blob/29819976d562841b92e0447e19e945759d5f3e89/lefthk/src/config/mod.rs#L67C1-L76C2
hope it helps:)
The text was updated successfully, but these errors were encountered: