blob: 1265616b9971f81b1c6e0b447844df5233108217 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# vim: commentstring=#\ %s
include=~/.config/foot/colors.ini
include=~/.config/foot/themes/koda
# ::start style
font=DejaVu Sans Mono, Symbols Nerd Font Mono, Noto Color Emoji
# ::end style
term=foot-direct
bold-text-in-bright=no
box-drawings-uses-font-glyphs=no
resize-delay-ms=0
initial-window-size-pixels=2560x1440
dpi-aware=no
pad=2x2
[tweak]
grapheme-shaping=yes
overflowing-glyphs=yes
font-monospace-warn=no
max-shm-pool-size-mb=1024
[colors]
# color overwrites
alpha=0.99
[bell]
urgent=yes
notify=no
[scrollback]
lines=1000
[mouse]
hide-when-typing=no
alternate-scroll-mode=no
[url]
osc8-underline=always
[url-bindings]
cancel=Escape
[regex:paths]
regex=^((\/|\~\/)([a-zA-Z0-9_\-\.]*\/?)+)
launch=urlopen '${match}'
[key-bindings]
regex-launch=[paths] Control+Shift+p
pipe-scrollback=[sh -c "f=$(mktemp) && cat - > $f && foot $EDITOR -t $f; rm $f"] Control+Shift+e
|