mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
doc: Document that the default section can be reopened as [main]
This commit is contained in:
parent
d126662560
commit
b26fda7ef0
1 changed files with 4 additions and 3 deletions
|
|
@ -6,8 +6,9 @@ foot.ini - configuration file for *foot*(1)
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
*foot* uses the standard _unix configuration format_, with section based
|
*foot* uses the standard _unix configuration format_, with section based
|
||||||
key/value pairs. The default section is unnamed (i.e. not prefixed
|
key/value pairs. The default section is usually unnamed, i.e. not prefixed
|
||||||
with a _[section]_).
|
with a _[section]_. However it can also be explicitly named _[main]_,
|
||||||
|
say if it needs to be reopened after any of the other sections.
|
||||||
|
|
||||||
foot will search for a configuration file in the following locations,
|
foot will search for a configuration file in the following locations,
|
||||||
in this order:
|
in this order:
|
||||||
|
|
@ -16,7 +17,7 @@ in this order:
|
||||||
- *~/.config/foot/foot.ini*
|
- *~/.config/foot/foot.ini*
|
||||||
- *XDG_CONFIG_DIRS/foot/foot.ini*
|
- *XDG_CONFIG_DIRS/foot/foot.ini*
|
||||||
|
|
||||||
# SECTION: default
|
# SECTION: main
|
||||||
|
|
||||||
*shell*
|
*shell*
|
||||||
Executable to launch. Typically a shell. Default: _$SHELL_ if set,
|
Executable to launch. Typically a shell. Default: _$SHELL_ if set,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue