-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[refactor] environment for swhkd #246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. lgtm
Thanks! |
Hi, I didn't get a chance to test this pr @zubairmh Did you do so? |
Added some stuff that would enable the |
This looks good to me. I haven't gotten around to testing it yet. @newtoallofthis123 Have you tested the PR? |
I did test it a while ago and everything seemed to work fine 😄 However, I'll test it again tomorrow and let you know just to be safe :) |
@newtoallofthis123 looks good to go, have you tested this? |
Yep! tested it and it works :) |
* refactor: New Env for swhkd * Refactor Functions * Fix Spelling in environ * Fix spelling in daemon * Add Path Validations * Run formatting Signed-off-by: innocentzero <[email protected]>
This change introduces similar changes as #243 for
swhkd
.The following were the changes made:
environ.rs
which is central to the environment management systemenv::var
uses across thedaemon.rs