-
Changing windows minimize effects…
There are actually a few tricks you may do with minimizing windows in OS X. In system preferences you can select either ‘genie’ or ’scale’ effect. But there is another one, called ’suck’. This one can’t be enabled via system preferences, but it can be via the terminal. So open your terminal and type the…
-
Creating a login hook…
-
Hide Accounts in the Login Window…
-
Get yourself a smart dock…
By modifying this small setting, you can make the Dock show which applications are hidden by displaying them as a semi-transparent icon. To do this, open up the Terminal (Applications/Utilities) and type the following: defaults write com.apple.Dock showhidden -bool yes For this change to take place, you have to relaunch the Dock, using Activity Monitor.…
-
Add Quit menu option to Finder…
You can make Finder quit-able by issuing the following command in Terminal window: defaults write com.apple.finder QuitMenuItem 1 You’ll need to option-click and hold on the Finder’s Dock icon, and then relaunch the Finder to see your changes take effect. The new Finder process will have a Quit menu option which allows you to quit…
-
Show hidden files in Mac OS X Finder…
By default, Mac OS X’s Finder keeps system files – which generally start with a dot, like .bash_profile – out of your sight. But that makes editing one of these files extremely difficult if you, say, want to customize your Terminal prompt. Execute the following in terminal (to undo the change set TRUE to FALSE):…
-
Change the menubar clock format…
-
How to find out your OS version…
-
Tweak the Finder for a faster feel…
The Finder uses visual feedback to let you know what it’s doing. For instance, when you double-click on a folder to open a new window, you get a subtle zoom-out effect. This helps you understand what your machine is doing, but they can also make a not-so-powerful machine feel slower than it is. With a…