🚀 Performance Improvements
- Reduce Startup Items
- Go to System Settings > General > Login Items
- Remove unnecessary apps from launching at startup.
- Clear System Junk
- Use Finder > Go > Go to Folder and type: javascriptCopyEdit
~/Library/Caches/
- Delete old cache files (but be careful not to delete app settings).
- Use CleanMyMac X (paid) or OnyX (free) to automate this.
- Use Finder > Go > Go to Folder and type: javascriptCopyEdit
- Speed Up Spotlight Indexing
- Open System Settings > Siri & Spotlight
- Disable indexing for unnecessary categories (like fonts or music).
- Reindex if it’s sluggish: mathematicaCopyEdit
sudo mdutil -E /
- Enable TRIM for SSDs (If you installed an external SSD) bashCopyEdit
sudo trimforce enable
- Disable Unnecessary Animations
- In System Settings > Accessibility > Display, enable Reduce Motion.
🎨 UI Customizations
- Enable Hidden Developer Tweaks
- Open Terminal and enter: arduinoCopyEdit
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
- This will always show file extensions in Finder.
- Open Terminal and enter: arduinoCopyEdit
- Dark Mode with Auto-Switch
- System Settings > Appearance > Auto to switch between light & dark mode automatically.
- Customize Dock
- Make it faster: arduinoCopyEdit
defaults write com.apple.dock autohide-delay -float 0 defaults write com.apple.dock autohide-time-modifier -float 0.3 killall Dock
- Hide recent apps in the dock: pgsqlCopyEdit
defaults write com.apple.dock show-recents -bool false killall Dock
- Make it faster: arduinoCopyEdit
- Remove Drop Shadows from Screenshots pgsqlCopyEdit
defaults write com.apple.screencapture disable-shadow -bool true killall SystemUIServer
- Change Screenshot Format (Default is PNG) luaCopyEdit
defaults write com.apple.screencapture type jpg
- Customize Finder Sidebar & View
- Open Finder, go to Settings > Sidebar to remove or add items.
- In View Options (Cmd + J), set the default view for folders.
🔧 Advanced Tweaks
- Use Hidden Power User Menus
- Press Option + Click on system icons like Wi-Fi or Sound for extra options.
- Shift + Option + Volume Keys for fine-tuned volume control.
- Enable Quick Look for Any File nginxCopyEdit
qlmanage -r
- Press Spacebar on any file to preview it instantly.
- Enable Airdrop Over Ethernet/Wi-Fi arduinoCopyEdit
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 killall Finder
- Keep Your Mac from Sleeping (Without Changing Settings) nginxCopyEdit
caffeinate -d
- This keeps your Mac awake until you close the terminal window.
Want something specific like battery optimization, external display tweaks, or gaming performance boosts? 😎
4o
You said:
Tweaks on battery optimization, external display tweaks, or gaming performance boosts
ChatGPT said:
Here are some battery optimization, external display tweaks, and gaming performance boosts to make your Mac experience even better!
🔋 Battery Optimization Tweaks
- Enable Low Power Mode (macOS Monterey and later)
- Go to System Settings > Battery > Low Power Mode and enable it for battery or both battery & power adapter.
- Disable Background Apps
- Open Activity Monitor (Cmd + Space > Type “Activity Monitor”)
- Look for energy-intensive apps under the Energy tab and quit unnecessary ones.
- Turn Off Keyboard Backlight on Battery
- Go to System Settings > Keyboard > Keyboard Backlight and reduce brightness or set it to turn off after inactivity.
- Use Safari Instead of Chrome
- Chrome is a battery hog! Safari is way more optimized for macOS.
- Disable Power-Hungry Visual Effects
- System Settings > Accessibility > Display > Reduce Motion
- Check Battery Cycle Count (To see if it’s time for a replacement) perlCopyEdit
system_profiler SPPowerDataType | grep "Cycle Count"
- If it’s over 1000 cycles, battery health may be degraded.
- Stop Background App Refresh
- System Settings > General > Background App Refresh and turn off unnecessary apps.
🖥 External Display Tweaks
- Enable High Refresh Rate (For Supported Displays)
- System Settings > Displays > Refresh Rate and set it to 120Hz (for ProMotion-supported devices).
- Prevent Mac from Sleeping When Lid is Closed (Clamshell Mode) cssCopyEdit
sudo pmset -a disablesleep 1
- Keeps external display running when MacBook lid is closed.
- Scale External Display for Sharper Text (HiDPI Mode) objectivecCopyEdit
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
- Makes text look sharper on non-Retina external monitors.
- Use Better Display for Advanced Scaling & Refresh Rate Control
- App: BetterDisplay (Free)
- Fix Blurry Text on External Monitors (For Non-Retina Displays)
- Go to System Settings > Displays > Resolution
- Hold Option Key and click Scaled to reveal more resolutions.
🎮 Gaming Performance Boosts
- Enable Game Mode (macOS Sonoma and later)
- Game Mode automatically prioritizes gaming performance for supported apps.
- Disable Background Processes Before Gaming nginxCopyEdit
sudo spindump 5
- This stops unnecessary background processes temporarily.
- Use Low Latency Mode for Controllers
- System Settings > Bluetooth > Select Controller > Enable Low Latency Mode
- Turn Off Keyboard & Trackpad Input Delay for Faster Response arduinoCopyEdit
defaults write -g InitialKeyRepeat -int 10 defaults write -g KeyRepeat -int 1
- Improves response time when using keyboard controls in games.
- Optimize Cooling for High Performance
- Macs Fan Control (Download Here) lets you manually control fan speeds to prevent overheating.
- Use a Wired Connection for Lower Latency
- If gaming online, use Ethernet or a USB-C to Ethernet adapter for a more stable connection.
- Use Crossover or Apple’s Game Porting Toolkit
- Play Windows Games on Mac using Crossover or Apple’s Game Porting Toolkit.