Skip to content

Commit

Permalink
disable rearrangement of mission control (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Jan 10, 2025
1 parent c1210c0 commit 2901137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/macos/common/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function defaults_dock() {
defaults write com.apple.dock autohide -bool true
# Set the icon size of Dock items to 30 pixels
defaults write com.apple.dock tilesize -int 30
# Disable rearrangement of Mission Control
defaults write com.apple.dock mru-spaces -bool false

# Remove all the icons in the Dock
defaults write com.apple.dock persistent-apps -array ""
Expand Down

0 comments on commit 2901137

Please sign in to comment.