Ir para conteúdo
  • Cadastre-se

Desanimação no Launchpad


faustompc

Posts Recomendados

Pessoal, gostaria de saber se é possível desativar a animação de abertura de aplicativos via Launchpad.

Sempre que clico em um app no Launchpad ele surge com aquela animaçãozinha chata. Queria muito desativar isso.

Conheço alguns comandos via Terminal que desativam certas animações do Lion mas não encontrei nenhum que desative o efeito de abertura de apps via Launchpad.

Segue os comandos que conheço:

Desanimação de janelas:

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

Desanimação Mail:

defaults write com.apple.Mail DisableReplyAnimations -bool YES

Agradeço muito se alguém puder me ajudar.

Link para o comentário
Compartilhar em outros sites

  • Respostas 2
  • Criado
  • Última resposta

Top Postadores Neste Tópico

Top Postadores Neste Tópico

Disable Launchpad Fading

Launch the Terminal and enter the following commands separately:

defaults write com.apple.dock springboard-show-duration -int 0

defaults write com.apple.dock springboard-hide-duration -int 0

Now you must kill the Dock so it relaunches with the changes:

killall Dock

Launchpad is a subprocess of the Dock so killing the Dock forces Launchpad to reload, and the change will be immediately noticeable when you open Launchpad again. Gone is the smooth transition, and now it’s a sudden switch, almost like changing desktops but without the side scrolling animation. If you only want to disable half of the effect, say for when Launchpad is being hidden, only use the defaults write command with “springboard-hide-duration” in the string.

Re-enable Launchpad Fading

To reenable fading and go back to the default OS X Lion setting, use the following commands:

defaults delete com.apple.dock springboard-show-duration

defaults delete com.apple.dock springboard-hide-duration

Again kill the Dock with:

killall Dock

Change Launchpad’s Background Image Effect in Mac OS X Lion

Bored with Launchpads background? You can make some changes to it in Mac OS X Lion by changing the background images default blur effect to three other options: unblurred (shown above), black and white blur, or black and white unblurred (both shown below):

Open Launchpad

Hit Command+Control+Option+B to cycle through the background image effects.

Link para o comentário
Compartilhar em outros sites

Uma dica do @luigibertaco que foi divulgada pelo http://intensedebate.com/people/DEPOISDOALMOCO

Pra quem quiser só deixar mais rápido ou mais lento a abertura as animações do Launchpad:

==MAIS RAPIDO==

defaults write com.apple.dock springboard-show-duration -float 0.3

defaults write com.apple.dock springboard-hide-duration -float 0.3

killall Dock

==MUITO MAIS RAPIDO==

defaults write com.apple.dock springboard-show-duration -float 0.1

defaults write com.apple.dock springboard-hide-duration -float 0.1

killall Dock

==BEM LENTO==

defaults write com.apple.dock springboard-show-duration -float 2

defaults write com.apple.dock springboard-hide-duration -float 2

killall Dock

É ISSO AI!

Abraço

Link para o comentário
Compartilhar em outros sites

Participe do debate

Você pode postar agora e se registrar depois. Se você tem uma conta, entre agora para postar com ela.

Visitante
Responder este tópico…

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Limpar editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.



×
×
  • Criar Novo...