Is there a way to disable the unnecessary window effects of Gnome 3.14?
Asked
Active
Viewed 2.3k times
1 Answers
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
sudo apt-get install dconf-tools
:) – hg8 Jul 31 '15 at 10:30gnome 3.24
and it still works. – Benjamin Leinweber May 07 '17 at 14:40