From 512b73f480d3372baf4528174031f584a4b0253c Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 16 Mar 2024 15:16:20 +0000 Subject: [PATCH] Fixed annoying desktop default --- MacOS/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacOS/config.sh b/MacOS/config.sh index 85602991..139a780d 100644 --- a/MacOS/config.sh +++ b/MacOS/config.sh @@ -315,7 +315,7 @@ defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true /usr/libexec/PlistBuddy -c "Set :StandardViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist # Show item info to the right of the icons on the desktop -/usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:labelOnBottom false" ~/Library/Preferences/com.apple.finder.plist +# /usr/libexec/PlistBuddy -c "Set DesktopViewSettings:IconViewSettings:labelOnBottom false" ~/Library/Preferences/com.apple.finder.plist # Enable snap-to-grid for icons on the desktop and in other icon views # /usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:arrangeBy grid" ~/Library/Preferences/com.apple.finder.plist