diff options
Diffstat (limited to '.config/foot/foot.ini')
| -rw-r--r-- | .config/foot/foot.ini | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..36a4d99 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,46 @@ +[main] +include=/usr/share/foot/themes/gruvbox-dark +font=monospace:size=14 +font-size-adjustment=3 +gamma-correct-blending=false +resize-by-cells=false +initial-window-size-chars=80x24 + +# [cursor] +# style=beam + +#[mouse] +#hide-when-typing=true + +# [colors] +# alpha = 0.9 +#foreground=d3c6aa +#background=2b3339 +# +#regular0=374247 +#bright0=404c51 +#regular1=e67e80 +#bright1=e67e80 +#regular2=a7c080 +#bright2=a7c080 +#regular3=dbbc7f +#bright3=dbbc7f +#regular4=7fbbb3 +#bright4=7fbbb3 +#regular5=d699b6 +#bright5=d699b6 +#regular6=83c092 +#bright6=83c092 +#regular7=859289 +#bright7=9da9a0 + +[key-bindings] +clipboard-copy=Mod1+c +clipboard-paste=Mod1+v +scrollback-up-line=Mod1+k +scrollback-down-line=Mod1+j +font-increase=Mod1+Shift+k +font-decrease=Mod1+Shift+j +font-reset=Mod1+0 +show-urls-launch=Mod1+l +show-urls-copy=Mod1+y |