Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

重载重启和退出.md

File metadata and controls

13 lines (10 loc) · 465 Bytes

重载重启和退出

你可以使用 reload 使 i3 重新加载其配置文件。 你还可以使用 restart 命令就地重新启动 i3 以使其摆脱某种奇怪的状态(如果应该发生的话)或执行升级而不必重新启动 X 会话。 要正确退出 i3,你可以使用 exit 命令(简单地终止您的 X 会话也可以)。

例子:

bindsym $mod+Shift+r restart
bindsym $mod+Shift+w reload
bindsym $mod+Shift+e exit