13

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

muru
  • 207,228
empedokles
  • 4,023

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,582