Close ad

The new OS X Lion operating system was a huge success, with over a million users downloading it in its first day. Most of the news that we can find in Lion is inspired by the iOS system from iPhones and iPads, which is what Apple focused on - it wanted to bring iOS and OS X as close as possible, to transfer the best of iOS to computers. But not everyone likes it...

Often, 'iOS gadgets' in the desktop system can get in the way or get in the way. So let's see what OS X Lion has borrowed from its little brother and how to prevent it.

Animation when opening new windows

It may seem like a banality, but the animation when opening a new window can drive some people crazy. You can graphically show it in Safari or TextEdit when pressed + N. The new window does not open classically, but rather flies in and is displayed with a 'zoom effect'.

If you don't want this animation, open Terminal and type the following command:

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO

Repeat key

You know it, you want to relieve yourself, you hold your finger on the letter A, for example, and you just watch: AAAAAAAAAAAAA... In Lion, however, don't expect such a reaction, because if you hold your finger on a button, an 'iOS panel' will pop up with a menu of letters with different diacritical marks. And if you want to write that character several times in a row, you have to press it that many times.

However, if you don't want this feature, open Terminal and type the following command:

defaults write -g ApplePressAndHoldEnabled -bool false

View the Library folder

In Lion, the user folder ~/Library is hidden by default. However, if you are used to it and want to continue to see it, open Terminal and type the following command:

chflags nohidden ~ / Library /

View the slider

Sliders in Lion only appear when you're actively "using" them, i.e. scrolling up or down the page, and are similar to those in iOS. However, the constantly disappearing sliders can often be an annoying element at work, so if you want to keep them in sight, do the following:

Open System Preferences > General > Show scroll bars > check Always

OR

Open Terminal and type the following command:

defaults write -g AppleShowScrollBars -string Always

View size information in Finder

By default, the Finder in Lion does not display the bottom bar that informs about free disk space and the number of items. Select from the menu to display this panel View > Show Status Bar or press + ' (on a Czech keyboard, the key to the left of Backspace/Delete).


.