aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-19 00:50:26 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-19 00:54:33 +0100
commit9a04f9d8d6de49b64f255e32257bba55f9656dcd (patch)
treed429425faf15c08263e16c691aede6db74227b20 /sway/sway.5.txt
parentNew default wallpaper! (diff)
downloadsway-9a04f9d8d6de49b64f255e32257bba55f9656dcd.tar.gz
sway-9a04f9d8d6de49b64f255e32257bba55f9656dcd.tar.zst
sway-9a04f9d8d6de49b64f255e32257bba55f9656dcd.zip
Add config option workspace_layout
This implements the config parsing of `workspace_layout <default|stacking|tabbed>` http://i3wm.org/docs/userguide.html#_layout_mode_for_new_containers
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