blob: adf991b552efdab43f67fc19565552ee17c4d84f (
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
|
# 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
box-drawings-uses-font-glyphs=no
# underline-offset=1px
include=~/.config/foot/color_palette.ini
[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
[tweak]
grapheme-shaping=yes
overflowing-glyphs=yes
|