mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 00:58:23 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/i3
Normal file
37
tldr/i3
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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>`
|
||||
Reference in New Issue
Block a user