koekeishiya / skhd

Simple hotkey daemon for macOS
MIT License
6.05k stars 204 forks source link

Cannot start as service #317

Closed bekirisgor closed 9 months ago

bekirisgor commented 9 months ago

Hey,

After skhd crash it stopped and i cant start it as service

Starting via brew is giving this error: Error: Formula `skhd` has not implemented #plist, #service or installed a locatable service file

Starting via skhd --start-service asking for permission every time even i permit it.

I have checked other issues there is similar issues but couldnt find any helpful answer.

Currently using it as daemon skhd&

Current Versions

koekeishiya commented 9 months ago

The binary needs to be codesigned; follow the instructions here, but replace yabai with skhd

https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(from-HEAD)

bekirisgor commented 9 months ago

Thanks for the help, really appreciated for this.