diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
| commit | b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (patch) | |
| tree | 008a5cf54ecbfffb97ddac30e44c8ab224395ab0 /.config/foot/foot.ini | |
| parent | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/foot/foot.ini')
| -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 |