mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-10 00:25:24 +02:00
33 lines
521 B
Markdown
33 lines
521 B
Markdown
![]() |
# i3
|
||
|
|
||
|
> A tiling window manager for X11.
|
||
|
> More information: <https://i3wm.org/docs/userguide.html>.
|
||
|
|
||
|
- Start `i3` (Note that a pre-existing window manager must not be open when this command is run):
|
||
|
|
||
|
`i3`
|
||
|
|
||
|
- Open a new terminal window:
|
||
|
|
||
|
`<Super Enter>`
|
||
|
|
||
|
- Move the focused window to a workspace:
|
||
|
|
||
|
`<Super Shift {{Number}}>`
|
||
|
|
||
|
- Switch to a workspace:
|
||
|
|
||
|
`<Super {{Number}}>`
|
||
|
|
||
|
- Split the next window horizontally:
|
||
|
|
||
|
`<Super h>`
|
||
|
|
||
|
- Split the next window vertically:
|
||
|
|
||
|
`<Super v>`
|
||
|
|
||
|
- Open an application launcher:
|
||
|
|
||
|
`<Super d>`
|