Files
tldr/pages.zh/common/twm.md

24 lines
388 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# twm
> 一个用于X窗口系统的窗口管理器。
> 更多信息:<https://gitlab.freedesktop.org/xorg/app/twm>。
- 连接到默认的X服务器
`twm`
- 连接到特定的X服务器
`twm -display {{display}}`
- 只管理默认屏幕:
`twm -s`
- 使用特定的启动文件:
`twm -f {{path/to/file}}`
- 启用详细模式并打印X中的意外错误
`twm -v`