blob: a8829d1b585bdfa1f8d1f2e75ea782f2d07efe0f (
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
|
include=~/.config/foot/colors.ini
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
[colors]
# color overwrites
alpha=0.99
[bell]
urgent=yes
notify=no
#command=beep -b
#command-focused=beep -b
[scrollback]
lines=1000
[mouse]
hide-when-typing=no
alternate-scroll-mode=no
[key-bindings]
unicode-input=Control+Mod1+u
show-urls-launch=Control+Shift+u
pipe-visible=[sh -c 'wl-copy ; notify-send foot "copied visible"'] Control+Shift+y
pipe-visible=[sh -c 'env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r wl-copy'] Control+Shift+o
pipe-scrollback=[sh -c 'grab-uris | sort -u | env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r url-launcher'] Control+Shift+p
pipe-scrollback=[sh -c 'wl-copy ; notify-send foot "copied scrollback"'] Control+Shift+l
[url]
osc8-underline=always
launch=porta open-uri ${url}
[search-bindings]
cancel=Escape
commit=Return
[url-bindings]
cancel=Escape
toggle-url-visible=t
[tweak]
grapheme-shaping=yes
overflowing-glyphs=yes
font-monospace-warn=no
max-shm-pool-size-mb=1024
|