add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/xset.md Normal file
View File

@@ -0,0 +1,28 @@
# 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`