﻿---
title: "关掉 TUI 动画"
filename: "~/.codex/config.toml"
canonical: /templates/tui-animations-off/
---

# 关掉 TUI 动画

关掉欢迎闪烁和转圈。已有 [tui] 就只加键。必须新开会话。

```
[tui]
animations = false
terminal_title = ["project"]

```
