diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/foot/foot.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..1265616 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,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 |