We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm building a radio player using rumps (https://github.com/mdbraber/radiobar). I'd like to catch relevant sleep / wake notifications to stop playing when my Macbook goes to sleep. An example implementation of what I'm looking for is described here: https://stackoverflow.com/questions/31091413/how-to-best-catch-sleep-and-resume-events-for-osx (using NSWorkspaceWillSleepNotifaction and NSWorkspaceDidWakeNotification from AppKit)
NSWorkspaceWillSleepNotifaction
NSWorkspaceDidWakeNotification
Would it be possible to integrate this into rumps?
The text was updated successfully, but these errors were encountered:
I've created a possible PR #109
Sorry, something went wrong.
#109
No branches or pull requests
I'm building a radio player using rumps (https://github.com/mdbraber/radiobar). I'd like to catch relevant sleep / wake notifications to stop playing when my Macbook goes to sleep. An example implementation of what I'm looking for is described here:
https://stackoverflow.com/questions/31091413/how-to-best-catch-sleep-and-resume-events-for-osx (using
NSWorkspaceWillSleepNotifaction
andNSWorkspaceDidWakeNotification
from AppKit)Would it be possible to integrate this into rumps?
The text was updated successfully, but these errors were encountered: