diff options
| author | ryukamish <[email protected]> | 2026-06-29 22:29:51 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-29 22:29:51 +0530 |
| commit | ad2069c18af8964713498027c1d72a48a4393e4f (patch) | |
| tree | 3d4b7e3da62c689e32bd2d69800bdb9910b2aa13 /.config/foot | |
| parent | 60f5b7e83ab00024ac0715c2684dda10b895d2df (diff) | |
add: foot terminal config
Diffstat (limited to '.config/foot')
| -rw-r--r-- | .config/foot/foot.ini | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 593c853..5153a80 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -4,7 +4,13 @@ login-shell=no app-id=foot title=foot -font=IoskeleyMonoNL Nerd Font:size=12 +# font=IoskeleyMonoNL Nerd Font:size=12 +font=Terminess Nerd Font Mono:size=14 -[colors] +[colors-dark] alpha=0.9 + +[url] +launch=xdg-open ${url} +osc8-underline=url-mode +regex=(((https?://|mailto:|ftp://|file:|ssh:|ssh://|git://|tel:|magnet:|ipfs://|ipns://|gemini://|gopher://|news:)|www\.)([0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]+|\([]\["0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\)|\[[\(\)"0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\]|"[]\[\(\)0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*"|'[]\[\(\)0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]*')+([0-9a-zA-Z/#@$&*+=~_%^\-]|\([]\["0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\)|\[[\(\)"0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*\]|"[]\[\(\)0-9a-zA-Z:/?#@!$&'*+,;=.~_%^\-]*"|'[]\[\(\)0-9a-zA-Z:/?#@!$&*+,;=.~_%^\-]*')) |
