summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-26 12:59:31 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-26 16:37:56 +0100
commit39df452dc13a766f24f4f4fff660126345912e6c (patch)
tree3bd0da4e8f60aa1b67c6d6d9041710dda4cedb15
parentImplement include command (diff)
downloadsway-39df452dc13a766f24f4f4fff660126345912e6c.tar.gz
sway-39df452dc13a766f24f4f4fff660126345912e6c.tar.zst
sway-39df452dc13a766f24f4f4fff660126345912e6c.zip
Document include command
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index e73beb81..d626df48 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -215,6 +215,10 @@ or triggered at runtime.
215**workspace_layout** <default|stacking|tabbed>:: 215**workspace_layout** <default|stacking|tabbed>::
216 Specifies the start layout for new workspaces. 216 Specifies the start layout for new workspaces.
217 217
218**include** <path>::
219 Includes a sub config file by _path_. _path_ can be either a full path or a
220 path relative to the parent config.
221
218Criteria 222Criteria
219-------- 223--------
220 224