mirror of
https://github.com/swaywm/sway.git
synced 2025-03-03 14:14:44 +01:00
docs: define what "window" and "container" mean in Sway's context.
Ref #7323
This commit is contained in:
parent
c1031d8465
commit
6a51b1a1c9
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue