3

I'm using LXDE with Openbox.I hate that animations slow down work.

How to disable all animations completely?

user251046
  • 425
  • 2
  • 7
  • 14

1 Answers1

2

You have to modify the file ~/.config/openbox/lxde-rc.xml

Change:

<animateIconify>yes</animateIconify>

to

<animateIconify>no</animateIconify>

P.S.: If you are under lubuntu the file can also be named ~/.config/openbox/lubuntu-rc.xml

Ortomala Lokni
  • 4,665
  • 3
  • 31
  • 58