Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: define what "window" and "container" mean in Sway's context. #8573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sway/sway.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ output eDP-1 resolution 1920x1080
These commands can be executed in your config file, via *swaymsg*(1), or via
the bindsym command.

# TERMINOLOGY

Every window can be split horizontally or vertically. The terminology is
"window" for a container that actually contains an Wayland window
(like a terminal or browser) and "container" for containers that consist of
one or more windows.

# COMMAND CONVENTIONS

Commands are split into several arguments using spaces. You can enclose
Expand Down