From 736fda811147fc8a496bf82375a98a6ed9760bdb Mon Sep 17 00:00:00 2001 From: Harzo Date: Thu, 25 May 2023 22:15:01 +0200 Subject: [PATCH] Add foot terminal config --- .config/foot/foot.ini | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .config/foot/foot.ini diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..484b677 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,32 @@ +# -*- conf -*- + +[main] +include = /usr/share/foot/themes/nord +font = JetBrainsMono Nerd Font:size=14 +pad = 8x8 + +[scrollback] +lines = 10000 + +[url] +launch = xdg-open ${url} +label-letters = sadfjklewcmpgh +osc8-underline = url-mode +protocols = http, https, ftp, ftps, file, gemini, gopher +uri-characters = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] + +[cursor] +style = block +color = +blink = yes +beam-thickness = 1.5 +underline-thickness = + +[mouse] +hide-when-typing = no +alternate-scroll-mode = yes + +[colors] +alpha = 0.9 + +# vim: ft=dosini