blob: a48f576cebbc7b159cb8d22f6dedc0a36ac2d4d2 (
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# vim: commentstring=#\ %s
# font=Cozette:style=Medium
font=Iosevka SS08:size=12,Sarasa Fixed J:size=12,Material Design Icons Desktop
dpi-aware=no
bold-text-in-bright=no
[bell]
urgent=yes
notify=no
command=beep -b
command-focused=beep -b
[scrollback]
lines=1000
[cursor]
color=1c1c1c d0d0d0
beam-thickness=0.8
[mouse]
hide-when-typing=yes
[csd]
preferred=server
[key-bindings]
clipboard-copy=Control+Shift+C
clipboard-paste=Control+Shift+V
primary-paste=Shift+Insert
font-increase=Control+plus Control+equal
font-decrease=Control+minus
font-reset=Control+0
show-urls-launch=Control+Shift+U
scrollback-up-page=Shift+Page_Up
scrollback-down-page=Shift+Page_Down
search-start=Control+Shift+R
pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+P
pipe-visible=[wl-copy] Control+Shift+O
# pipe-selected=[sh -c "xurls | bemenu | xargs -r firefox"] none
[url]
launch=url-launcher ${url}
[search-bindings]
cancel=Escape
commit=Return
[url-bindings]
cancel=Escape
toggle-url-visible=t
[colors]
background=1c1c1c
foreground=bdc0ba
regular0=1c1c1c
regular1=e03c8a
regular2=90b44b
regular3=caad5f
regular4=58b2dc
regular5=828282
regular6=e3916e
regular7=bdc0ba
bright0=535953
bright1=86c166
bright2=ddd23b
bright3=b28fce
bright4=ffb11b
bright5=66bab7
bright6=77969a
bright7=fffffb
selection-background=ddd23b
selection-foreground=1c1c1c
jump-labels=58b2dc fffffb
urls=66bab7
alpha=0.95
[tweak]
grapheme-shaping=yes
|