mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-06 03:03:18 -04:00
config: add ‘include’ directive
This allows you to include sub-configurations. For example, theme files. The ‘include’ directive is a top-level keyword. I.e. it cannot be used inside sections. * The included file must be specified with an absolute path * The included file is parsed in its own scope * Nested includes are allowed * Multiple include directives are allowed Closes #555
This commit is contained in:
parent
8262c1f0c2
commit
9055d3d921
3 changed files with 67 additions and 19 deletions
|
|
@ -53,6 +53,8 @@
|
|||
unavailable) (https://codeberg.org/dnkl/foot/issues/487).
|
||||
* `ctrl`+`c` as a default key binding; to cancel search/url mode.
|
||||
* `${window-title}` to `notify`.
|
||||
* Support for including files in `foot.ini`
|
||||
(https://codeberg.org/dnkl/foot/issues/555).
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue