Einige Compiz Attribute lassen sich mit Hilfe von dconf variieren.
So etwa alle Fensteranimationen:
1
2
3
4
5
dconf write /org/compiz/profiles/unity/plugins/animation/close-effects "['animation:None']"
dconf write /org/compiz/profiles/unity/plugins/animation/open-effects "['animation:None']"
dconf write /org/compiz/profiles/unity/plugins/animation/minimize-effects "['animation:None']"
dconf write /org/compiz/profiles/unity/plugins/animation/unminimize-effects "['animation:None']"
dconf write /org/compiz/profiles/unity/plugins/animation/focus-effects "['animation:None']"
Gut zu wissen: dconf speichert lediglich geänderte Compiz Attribute.
Weiterlesen »