Skip to content

Instantly share code, notes, and snippets.

@skizz
Created February 26, 2011 04:05
Show Gist options
  • Save skizz/844925 to your computer and use it in GitHub Desktop.
Save skizz/844925 to your computer and use it in GitHub Desktop.
Configurations that I have applied to my Mac
#
# Change iTunes window to be normal
#
#Reverting the buttons to a horizontal layout can easily be done.
#With iTunes not running, open Terminal and enter the following code:
defaults write com.apple.iTunes full-window -1
#To restore the vertical layout, simply use this command:
#defaults write com.apple.iTunes full-window -0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment