foot.ini: add new options: line-height, letter-spacing and *-letter-offset

This commit is contained in:
Daniel Eklöf 2021-01-07 11:16:29 +01:00
parent f9c9dd2432
commit 428b5ef27c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,22 +1,29 @@
# -*- conf -*-
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot
# login-shell=no
# font=monospace:size=8
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
# line-height=<font metrics>
# letter-spacing=<font metrics>
# horizontal-letter-offset=0
# vertical-letter-offset=0
# dpi-aware=yes
# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
# initial-window-mode=windowed
# pad=2x2 # optionally append 'center'
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot
# login-shell=no
# workers=<number of logical CPUs>
# bold-text-in-bright=no
# bell=none
# word-delimiters=,│`|:"'()[]{}<>
# notify=notify-send -a foot -i foot ${title} ${body}
# workers=<number of logical CPUs>
[scrollback]
# lines=1000