mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
doc: foot.ini: indent lists
This commit is contained in:
parent
a71a64481e
commit
46d30406be
1 changed files with 14 additions and 14 deletions
|
|
@ -12,9 +12,9 @@ with a _[section]_).
|
||||||
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:
|
||||||
|
|
||||||
- *XDG_CONFIG_HOME/foot/foot.ini*
|
- *XDG_CONFIG_HOME/foot/foot.ini*
|
||||||
- *~/.config/foot/foot.ini*
|
- *~/.config/foot/foot.ini*
|
||||||
- *XDG_CONFIG_DIRS/foot/foot.ini*
|
- *XDG_CONFIG_DIRS/foot/foot.ini*
|
||||||
|
|
||||||
# SECTION: default
|
# SECTION: default
|
||||||
|
|
||||||
|
|
@ -39,9 +39,9 @@ in this order:
|
||||||
font size.
|
font size.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
- Dina:weight=bold:slant=italic
|
- Dina:weight=bold:slant=italic
|
||||||
- Courier New:size=12
|
- Courier New:size=12
|
||||||
- Fantasque Sans Mono:fontfeatures=ss01
|
- Fantasque Sans Mono:fontfeatures=ss01
|
||||||
|
|
||||||
For each option, the first font is the primary font. The remaining
|
For each option, the first font is the primary font. The remaining
|
||||||
fonts are fallback fonts that will be used whenever a glyph cannot
|
fonts are fallback fonts that will be used whenever a glyph cannot
|
||||||
|
|
@ -262,7 +262,7 @@ in this order:
|
||||||
|
|
||||||
Applications can trigger notifications in the following ways:
|
Applications can trigger notifications in the following ways:
|
||||||
|
|
||||||
- OSC 777: *\\e]777;notify;<title>;<body>\\e\\\\*
|
- OSC 777: *\\e]777;notify;<title>;<body>\\e\\\\*
|
||||||
|
|
||||||
Notifications are *inhibited* if the foot window has keyboard
|
Notifications are *inhibited* if the foot window has keyboard
|
||||||
focus.
|
focus.
|
||||||
|
|
@ -989,13 +989,13 @@ any of these options.
|
||||||
This is an experimental feature with the following requirements
|
This is an experimental feature with the following requirements
|
||||||
and limitations:
|
and limitations:
|
||||||
|
|
||||||
- foot must have been compiled with utf8proc support
|
- foot must have been compiled with utf8proc support
|
||||||
- fcft must have been compiled with HarfBuzz support
|
- fcft must have been compiled with HarfBuzz support
|
||||||
- This option must be set to true
|
- This option must be set to true
|
||||||
- Foot will use *wcswidth*(3) to calculate a cluster's display
|
- Foot will use *wcswidth*(3) to calculate a cluster's display
|
||||||
width. This will typically _not_ match the shaped glyph's width,
|
width. This will typically _not_ match the shaped glyph's
|
||||||
but is necessary to not break cursor synchronization with the
|
width, but is necessary to not break cursor synchronization
|
||||||
application running in foot.
|
with the application running in foot.
|
||||||
|
|
||||||
See also: *grapheme-width-method*.
|
See also: *grapheme-width-method*.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue