I prefer to organize my launchpad with the default apps on the first page and anything else installed past the second page in alphabetical order. I used to use a terminal command that would do just this.
However, in Catalina (and possibly some earlier versions) it no longer puts the apps in alpha order, instead it sorts them randomly. Is there any way to get them in alpha order again?
Code:
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
However, in Catalina (and possibly some earlier versions) it no longer puts the apps in alpha order, instead it sorts them randomly. Is there any way to get them in alpha order again?