Skip to content
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

fix(skhd): use service instead of plist #27

Closed
wants to merge 6 commits into from

Conversation

mvllow
Copy link

@mvllow mvllow commented Feb 9, 2023

Applying #25 to skhd as well :)

Tested via:

brew uninstall skhd
brew untap koekeishiya/homebrew-formulae
brew install ./skhd.rb

Ref #26

@mvllow mvllow marked this pull request as draft February 9, 2023 18:30
@mvllow mvllow marked this pull request as ready for review February 9, 2023 19:03
@@ -23,70 +23,26 @@ def caveats; <<~EOS
EOS
end

plist_options :manual => "skhd"

if build.with? "logging"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this option necessary? It's not present in yabai. Happy to remove and do logging by default if desired.

Copy link

@jorpilo jorpilo Mar 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, I don't think this is necessary and yabai.rb just does logging by default. You will need to also remove option "with-logging", "Redirect stdout and stderr to log files" from line 8

skhd.rb Outdated Show resolved Hide resolved
skhd.rb Outdated Show resolved Hide resolved
skhd.rb Outdated Show resolved Hide resolved
mvllow and others added 2 commits February 14, 2023 12:08
Co-authored-by: jliaoh <[email protected]>
- Update environment variables
- Remove root requirement
- Remove update interval
@mvllow
Copy link
Author

mvllow commented Mar 4, 2023

Replaced by #30

@mvllow mvllow closed this Mar 4, 2023
@mvllow mvllow deleted the replace-plist-api branch March 4, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants