aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorErwann Mest <m+github@kud.io>2014-03-07 22:16:06 +0100
committerMathias Bynens <mathias@qiwi.be>2014-06-07 16:41:38 +0200
commit3b364cf01856642d17c4c99173d355c18dc34878 (patch)
tree42b06bdb7a45c62dbf073ae2cc5b6c9dc47b0d24 /.osx
parenta2cc53c7c85278d8c858df7a5f9660f6f793f37e (diff)
downloaddotfiles-3b364cf01856642d17c4c99173d355c18dc34878.tar.gz
dotfiles-3b364cf01856642d17c4c99173d355c18dc34878.tar.bz2
dotfiles-3b364cf01856642d17c4c99173d355c18dc34878.zip
.osx: Add (commented-out) instructions on how to set the wallpaper
Closes #356.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx6
1 files changed, 6 insertions, 0 deletions
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 #
###############################################################################