10

When I minimize an application it is very slow, due to my slow laptop

It's quite frustrating to see it very slowly creep out of view!

So how can I it turned off?

dlin
  • 3,830
David Gray Wright
  • 203
  • 1
  • 2
  • 6

1 Answers1

11

You can do so using the Unity Tweak tool. If you don't have it installed, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get install unity-tweak-tool

Once installed, search for it in dash, click on it. Once it comes up, click on Window Manager --> General. See image below.

enter image description here

Once the new window open up, click on Animation, and choose None under Minimize. See image below.

enter image description here

Note: You may have to close the applications and open it again for it to work.

Mitch
  • 107,631