aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 4e73cd45..7a87bb44 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -15,7 +15,7 @@ A sway configuration file is a list of sway commands that are executed by sway
15on startup. These commands usually consist of setting your preferences and 15on startup. These commands usually consist of setting your preferences and
16setting key bindings. An example config is likely present in /etc/sway/config 16setting key bindings. An example config is likely present in /etc/sway/config
17for you to check out. 17for you to check out.
18 18
19Some of the commands can also or only be sent at runtime with **sway-msg**(1). 19Some of the commands can also or only be sent at runtime with **sway-msg**(1).
20 20
21Commands 21Commands
@@ -208,6 +208,9 @@ or triggered at runtime.
208 Specifies that the workspace named _name_ should appear on the specified 208 Specifies that the workspace named _name_ should appear on the specified
209 _output_. 209 _output_.
210 210
211**workspace_layout** <default|stacking|tabbed>::
212 Specifies the start layout for new workspaces.
213
211Criteria 214Criteria
212-------- 215--------
213 216