24 lines
533 B
Plaintext
24 lines
533 B
Plaintext
animations {
|
|
// Uncomment to turn off all animations.
|
|
// off
|
|
|
|
// Slow down all animations by this factor. Values below 1 speed them up instead.
|
|
// slowdown 3.0
|
|
|
|
|
|
|
|
workspace-switch { off; }
|
|
window-open { off; }
|
|
window-close { off; }
|
|
horizontal-view-movement {
|
|
// duration-ms 100
|
|
// curve "linear"
|
|
off;
|
|
}
|
|
window-movement { off; }
|
|
window-resize { off; }
|
|
config-notification-open-close { off; }
|
|
screenshot-ui-open { off; }
|
|
// overview-open-close { off; }
|
|
}
|