How can I change the window animations (minimize and restore) in Ubuntu 16.04 using command line only?
Ubuntu – Change window animations in Ubuntu 16.04 without additional tools
16.04unity
16.04unity
How can I change the window animations (minimize and restore) in Ubuntu 16.04 using command line only?
Best Answer
Use one of the following commands to change the minimize and restore/unminimize animation, respectively:
And replace
NEWANIMATION
by one of the following strings:It seems like an invalid string is equivalent to
None
. The default value forminimize-effects
isZoom
, forunminimize-effects
it'sGlide 2
.I extracted this information from the file
UnityTweakTool/section/windowmanager.py
from the Unity Tweak Tool source code.