mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sway
|
|
|
|
> A tiling Wayland compositor.
|
|
> It uses the same config format as `i3`, with some Wayland-specific additions.
|
|
> More information: <https://github.com/swaywm/sway/wiki>.
|
|
|
|
- Start `sway`:
|
|
|
|
`sway`
|
|
|
|
- View documentation for `i3` (`sway` uses the same default keybindings):
|
|
|
|
`tldr i3`
|