Enable Animations¶
Globally enable or disable animations.
Example¶
# ~/.config/miracle-wm/config.yaml
enable_animations: false # disable animations globally
Schema¶
enable_animations: <boolean>
Properties¶
enable_animations¶
-
required type: Boolean
When
true, animations are enabled globally. Whenfalse, all animations are disabled.
Default¶
enable_animations: true