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

28 lines
420 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.

# xset
> X 的用户偏好工具。
> 更多信息:<https://manned.org/xset>。
- 禁用屏幕保护程序:
`xset s off`
- 禁用铃声:
`xset b off`
- 设置屏幕保护程序在 60 分钟无操作后启动:
`xset s 3600 3600`
- 禁用 DPMS能源之星功能
`xset -dpms`
- 启用 DPMS能源之星功能
`xset +dpms`
- 查询任何 X 服务器的信息:
`xset -display :{{0}} q`