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

24
pages.zh/linux/qtile.md Normal file
View File

@@ -0,0 +1,24 @@
# qtile
> 一个功能齐全、可定制的平铺窗口管理器采用Python编写和配置。
> 更多信息:<https://docs.qtile.org/en/latest/manual/commands/shell/index.html>。
- 启动窗口管理器,如果它还没有运行(理想情况下应该从`.xsession`或类似文件中运行):
`qtile start`
- 检查配置文件是否有任何编译错误(默认位置是`~/.config/qtile/config.py`
`qtile check`
- 显示当前资源使用信息:
`qtile top --force`
- 在名为`test-group`的组中打开程序`xterm`作为浮动窗口:
`qtile run-cmd --group {{test-group}} --float {{xterm}}`
- 重启窗口管理器:
`qtile cmd-obj --object cmd --function restart`