1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:35:23 +02:00

xkill: add Chinese translation (#15527)

xkill: add chinese translation
This commit is contained in:
witt 2025-01-23 10:06:53 +08:00 committed by GitHub
parent a01593db31
commit 419a882897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages.zh/common/xkill.md Normal file
View file

@ -0,0 +1,17 @@
# xkill
> 在图形会话中以交互方式终止窗口。
> 另请参阅:`kill``killall`
> 更多信息:<https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
- 按下鼠标左键时终止鼠标选择的窗口(按下任何其他鼠标按钮可取消):
`xkill`
- 按下任意鼠标按键时终止鼠标选择的窗口:
`xkill -button any`
- 终止具有特定 ID 的窗口(使用 `xwininfo` 获取有关窗口的信息):
`xkill -id {{id}}`