-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automate macOS launchpad sorting, folders, etc #7
Comments
The following is an extract from my (private) obsidian note: DeepDive - Dotfiles (and macOS defaults, settings) management tools, processes, etc
Edit [[macOS]] launchpad database
|
ChatGPT Ref: https://chat.openai.com/chat/68754471-c6a5-446e-a37b-af15d36c72c6
|
It would be cool if we could create folders and sort apps into them in an automated way.
defaults -currentHost read com.apple.dock LaunchPadDBName
lsof | grep myfilename
⇒ lsof | grep com.apple.dock.launchpad Dock 1322 devalias txt REG 1,4 32768 444803 /private/var/folders/rd/nx4rzsrn1ms23qcgtpbkh_jm0000gn/0/com.apple.dock.launchpad/db/db-shm Dock 1322 devalias 5u REG 1,4 7376896 444800 /private/var/folders/rd/nx4rzsrn1ms23qcgtpbkh_jm0000gn/0/com.apple.dock.launchpad/db/db Dock 1322 devalias 6u REG 1,4 3889312 444802 /private/var/folders/rd/nx4rzsrn1ms23qcgtpbkh_jm0000gn/0/com.apple.dock.launchpad/db/db-wal Dock 1322 devalias 7u REG 1,4 32768 444803 /private/var/folders/rd/nx4rzsrn1ms23qcgtpbkh_jm0000gn/0/com.apple.dock.launchpad/db/db-shm
The text was updated successfully, but these errors were encountered: