From 39df452dc13a766f24f4f4fff660126345912e6c Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sat, 26 Mar 2016 12:59:31 +0100 Subject: [PATCH] Document include command --- sway/sway.5.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/sway.5.txt b/sway/sway.5.txt index e73beb81c..d626df48f 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -215,6 +215,10 @@ or triggered at runtime. **workspace_layout** :: Specifies the start layout for new workspaces. +**include** :: + Includes a sub config file by _path_. _path_ can be either a full path or a + path relative to the parent config. + Criteria --------