Files
tldr/pages.zh/linux/xrdb.md

16 lines
360 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.

# xrdb
> X窗口服务器的资源数据库工具适用于类Unix系统。
> 更多信息:<https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>。
- 以交互模式启动`xrdb`
`xrdb`
- 从资源文件加载值(例如样式规则):
`xrdb -load {{~/.Xresources}}`
- 查询资源数据库并打印当前设置的值:
`xrdb -query`