mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
doc: foot.ini: add example, and mention string options can be quoted
This commit is contained in:
parent
57d9a7451f
commit
646314469a
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@ in this order:
|
|||
An example configuration file containing all options with their default value
|
||||
commented out will usually be installed to */etc/xdg/foot/foot.ini*.
|
||||
|
||||
Options are set using KEY=VALUE pairs:
|
||||
|
||||
*\[colors\]*++
|
||||
*background=000000*++
|
||||
*foreground=ffffff*
|
||||
|
||||
Empty values (*KEY=*) are not supported. String options do allow the
|
||||
empty string to be set, but it must be quoted: *KEY=""*)
|
||||
|
||||
# SECTION: main
|
||||
|
||||
*shell*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue