From 3b364cf01856642d17c4c99173d355c18dc34878 Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Fri, 7 Mar 2014 22:16:06 +0100 Subject: .osx: Add (commented-out) instructions on how to set the wallpaper Closes #356. --- .osx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.osx b/.osx index 9ae87fb..53416bf 100755 --- a/.osx +++ b/.osx @@ -120,6 +120,12 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false # Disable smart dashes as they’re annoying when typing code defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false +# Set a custom wallpaper image. `DefaultDesktop.jpg` is already a symlink, and +# all wallpapers are in `/Library/Desktop Pictures/`. The default is `Wave.jpg`. +#rm -rf ~/Library/Application Support/Dock/desktoppicture.db +#sudo rm -rf /System/Library/CoreServices/DefaultDesktop.jpg +#sudo ln -s /path/to/your/image /System/Library/CoreServices/DefaultDesktop.jpg + ############################################################################### # SSD-specific tweaks # ############################################################################### -- cgit v1.2.3