Open mikedowler opened 3 years ago
@kcrawford Have you had a chance to look at this at all? Any issues with accepting the merge?
I wasn’t sure if these add value beyond using the defaults command to modify dock.
What are your thoughts?
On Nov 27, 2020, at 7:31 PM, Mike Dowler notifications@github.com wrote:
Added code to allow settings (e.g. icon size, whether to show recent apps, etc) to be configured. Seems reasonable to me that you may want to set one or more of these settings at the same time as configuring the dock apps.
You can view, comment on, or merge this pull request online at:
https://github.com/kcrawford/dockutil/pull/101
Commit Summary
Add handling for settings Increment version number File Changes
M scripts/dockutil (63) Patch Links:
https://github.com/kcrawford/dockutil/pull/101.patch https://github.com/kcrawford/dockutil/pull/101.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
So, the particular use case that prompted this was wanting to remove the "Recent Applications" setting introduced in Catalina. As I see it, the changes:
I appreciate that not everyone will use the additional feature, but I would, and so I assume that there are at least some others who might. And because of the points above, I don't feel that we are adding any unnecessary bloat to the project by including them - this is not an attempt to modify settings in general, or to expand scope outside Dock configuration. Creating an additional tool to implement the additional feature would require duplicating much of the content of dockutil, so it is much more efficient to include it in the same tool.
I agree this would be a good addition to the script. It's certainly something that I would use.
This would be extremely valuable to me as well. Specifically the 'recent apps' part.
yes yes yes, this would be awesome
Added code to allow settings (e.g. icon size, whether to show recent apps, etc) to be configured. Seems reasonable to me that you may want to set one or more of these settings at the same time as configuring the dock apps.