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

Save Launchpad and Dock sizes #37

Closed
5ouma opened this issue Sep 5, 2023 · 4 comments · May be fixed by #43 or #44
Closed

Save Launchpad and Dock sizes #37

5ouma opened this issue Sep 5, 2023 · 4 comments · May be fixed by #43 or #44

Comments

@5ouma
Copy link

5ouma commented Sep 5, 2023

I use these defaults commands to change Launchpad and Dock sizes.
Why don't you add a feature to manage these sizes?

  • defaults write com.apple.dock springboard-columns
  • defaults write com.apple.dock springboard-rows
  • defaults write com.apple.dock tilesize
  • defaults write com.apple.dock largesize
  • defaults write com.apple.dock size-immutable
@blacktop
Copy link
Owner

blacktop commented Sep 5, 2023

what does springboard-columns, springboard-rows and size-immutable do?

@blacktop
Copy link
Owner

blacktop commented Sep 5, 2023

added support for some settings

@5ouma
Copy link
Author

5ouma commented Sep 5, 2023

what does springboard-columns, springboard-rows and size-immutable do?

  • springboard-columns: The number of columns of Launchpad
  • springboard-rows: The number of rows of Launchpad
  • size-immutable: Prevent from users to change Dock size accidentally. (Int value with -int flag or bool value with -bool flag within the defaults command. 1 or true, 0 or false)

You can get all of the above from com.apple.dock.plist.

@blacktop
Copy link
Owner

blacktop commented Sep 8, 2023

I looked for those keys in my macOS Sonoma beta and didn't find them? I suppose if you ADD them then they would exist, but they definitely aren't standard so I'm not too keen to add support for them.

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 a pull request may close this issue.

2 participants