-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feature: Add subcommand to install LaunchAgents wrapper for watch #890
base: main
Are you sure you want to change the base?
Conversation
<string>watch</string> | ||
</array> | ||
<key>LimitLoadToSessionType</key> | ||
<string>Aqua</string> |
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.
why Aqua?
from this link Background
seems more appropriate?
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.
I think I used aqua based on a old example. You are right that Background
might be better.
Setting a nice
level might be a good idea though.
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.
Send an example for nice level. perhaps using suggest code change feature:
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.
@Bas-Man I can't see the suggestion on the web, but had a glimpse of it in the email. Did you delete it?
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.
the subcommand probably should have such call conventions, inspired by
|
@glensc the pending change request is on this pull request. |
Implement #889 progammatically