Skip to content

Commit

Permalink
添加macOS重置Launchpad设置
Browse files Browse the repository at this point in the history
  • Loading branch information
lishangbu committed Apr 18, 2024
1 parent 18b3e4a commit fcde85d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/_posts/macos-reset-launchpad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 重置macOS Launchpad 设置
date: 2024-04-19 03:20:08
tags: macos使用技巧
---

```bash
# 重置 Dock 图标数据库
rm ~/Library/Application\ Support/Dock/*.db && killall Dock
# 重置 Launchpad 图标数据库
defaults write com.apple.dock ResetLaunchPad -bool true && killall Dock
```


完成以上操作后,Launchpad 图标布局已经恢复默认设置,苹果官方提供的 App 都被重新排列到 Launchpad 第一屏幕中,然后根据自己的需要来进行重新排列 App 即可。

0 comments on commit fcde85d

Please sign in to comment.