mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Add mention of 'include' ordering wildcards based on locale
This can be important in case one of included files depends on variable definitions in another. A common way to "fix" this is to prefix config files with numbers so that they are loaded in proper order.
This commit is contained in:
parent
f1afef5533
commit
6b3277aab2
1 changed files with 5 additions and 2 deletions
|
|
@ -68,8 +68,11 @@ The following commands may only be used in the configuration file.
|
||||||
*include* <path>
|
*include* <path>
|
||||||
Includes another file from _path_. _path_ can be either a full path or a
|
Includes another file from _path_. _path_ can be either a full path or a
|
||||||
path relative to the parent config, and expands shell syntax (see
|
path relative to the parent config, and expands shell syntax (see
|
||||||
*wordexp*(3) for details). The same include file can only be included once;
|
*wordexp*(3) for details). When using shell expansion (wildcards), order of
|
||||||
subsequent attempts will be ignored.
|
file inclusion is based on your locale. This can be important if some
|
||||||
|
configuration files use variables defined in another file. The same
|
||||||
|
include file can only be included once; subsequent attempts will be
|
||||||
|
ignored.
|
||||||
|
|
||||||
*swaybg_command* <command>
|
*swaybg_command* <command>
|
||||||
Executes custom background _command_. Default is _swaybg_. Refer to
|
Executes custom background _command_. Default is _swaybg_. Refer to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue