aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-03-18 20:00:17 -0400
committerDrew DeVault <sir@cmpwn.com>2016-03-18 20:00:17 -0400
commit91192e3c6535bcc1898657d553417f6c7ad4ad14 (patch)
treed429425faf15c08263e16c691aede6db74227b20 /sway/sway.5.txt
parenta8e1ca75d05a49a86309b0fd979cdfa656ce304e (diff)
parent9a04f9d8d6de49b64f255e32257bba55f9656dcd (diff)
Merge pull request #522 from mikkeloscar/workspace-layout
Add config option workspace_layout
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
on startup. These commands usually consist of setting your preferences and
setting key bindings. An example config is likely present in /etc/sway/config
for you to check out.
-
+
Some of the commands can also or only be sent at runtime with **sway-msg**(1).
Commands
@@ -208,6 +208,9 @@ or triggered at runtime.
Specifies that the workspace named _name_ should appear on the specified
_output_.
+**workspace_layout** <default|stacking|tabbed>::
+ Specifies the start layout for new workspaces.
+
Criteria
--------