Linux command
i3 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start i3
i3
Use custom config
i3 -c [~/.config/i3/config]
Replace running instance
i3 --replace
Start with log file
i3 --shmlog-size=[10485760]
Check version
i3 --version
说明
i3 is a tiling window manager for X11. It organizes windows in a tree structure with workspaces, containers, and layouts. The window manager uses keyboard-driven navigation and configuration. It supports multi-monitor setups and extensive customization.
参数
- -c _FILE_
- Configuration file.
- -a
- Disable autostart.
- --replace
- Replace running WM.
- --shmlog-size _SIZE_
- Shared memory log size.
- -V
- Verbose mode.
- --version
- Show version.
- --help
- Display help information.
FAQ
What is the i3 command used for?
i3 is a tiling window manager for X11. It organizes windows in a tree structure with workspaces, containers, and layouts. The window manager uses keyboard-driven navigation and configuration. It supports multi-monitor setups and extensive customization.
How do I run a basic i3 example?
Run `i3` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c _FILE_ do in i3?
Configuration file.