13

Is there a way to disable the unnecessary window effects of Gnome 3.14?

muru
  • 197,895
  • 55
  • 485
  • 740
empedokles
  • 3,883
  • 15
  • 46
  • 68

1 Answers1

24

Open dconf-editor (Alt + F2 and type dconf-editor) and uncheck enable-animations in :

org > gnome > desktop > interface

You can also use the following command :

gsettings set org.gnome.desktop.interface enable-animations false
hg8
  • 13,462