mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
commands/include: handle many files in single line
i3 supports including multiple files in a single line, whereas sway limits to single file per line.
This commit is contained in:
parent
a2c73c9b8b
commit
fec3da7d58
2 changed files with 5 additions and 5 deletions
|
|
@ -66,8 +66,8 @@ The following commands may only be used in the configuration file.
|
|||
*default_orientation* horizontal|vertical|auto
|
||||
Sets the default container layout for tiled containers.
|
||||
|
||||
*include* <path>
|
||||
Includes another file from _path_. _path_ can be either a full path or a
|
||||
*include* <paths...>
|
||||
Include files from _paths_. _paths_ can include either a full path or a
|
||||
path relative to the parent config, and expands shell syntax (see
|
||||
*wordexp*(3) for details). The same include file can only be included once;
|
||||
subsequent attempts will be ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue