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

32 lines
561 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.

# i3
> 一个动态平铺窗口管理器。
> 更多信息:<https://i3wm.org/docs/userguide.html>。
- 启动 i3注意当运行此命令时必须没有已存在的窗口管理器打开
`i3`
- 打开一个新的终端窗口:
`<Super> + <Return>`
- 创建一个新的工作区:
`<Super> + <Shift> + {{number}}`
- 切换到工作区编号 `n`
`<Super> + {{n}}`
- 水平打开新窗口:
`<Super> + h`
- 垂直打开新窗口:
`<Super> + v`
- 打开应用程序(执行命令后输入应用程序名称):
`<Super> + D`