1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 00:25:24 +02:00
tldr/pages/common/i3.md

33 lines
521 B
Markdown
Raw Normal View History

# 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>`