diff options
author | Erwann Mest <m+github@kud.io> | 2014-03-07 22:16:06 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-06-07 16:41:38 +0200 |
commit | 3b364cf01856642d17c4c99173d355c18dc34878 (patch) | |
tree | 42b06bdb7a45c62dbf073ae2cc5b6c9dc47b0d24 | |
parent | a2cc53c7c85278d8c858df7a5f9660f6f793f37e (diff) | |
download | dotfiles-3b364cf01856642d17c4c99173d355c18dc34878.tar.gz dotfiles-3b364cf01856642d17c4c99173d355c18dc34878.tar.bz2 dotfiles-3b364cf01856642d17c4c99173d355c18dc34878.zip |
.osx: Add (commented-out) instructions on how to set the wallpaper
Closes #356.
-rwxr-xr-x | .osx | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 # ############################################################################### |