Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oconnoat
Created April 15, 2014 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oconnoat/10722268 to your computer and use it in GitHub Desktop.
Save oconnoat/10722268 to your computer and use it in GitHub Desktop.
Show Long Filenames on the desktop in OSX 10.9 Mavericks

Open Terminal.app (or your favourite terminal) and type:

defaults write com.apple.finder FXDesktopLayoutGridCharCount 50; killall Finder; killall Dock

You then need to change the 'Grid Size' in 'View Options' and the full names should appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment