Add foot terminal config
This commit is contained in:
parent
a977071370
commit
736fda8111
|
|
@ -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 = <inverse foreground/background>
|
||||
blink = yes
|
||||
beam-thickness = 1.5
|
||||
underline-thickness = <font underline thickness>
|
||||
|
||||
[mouse]
|
||||
hide-when-typing = no
|
||||
alternate-scroll-mode = yes
|
||||
|
||||
[colors]
|
||||
alpha = 0.9
|
||||
|
||||
# vim: ft=dosini
|
||||
Loading…
Reference in New Issue