diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:35:09 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:35:09 -0500 |
| commit | 76196f760716990ee239a2455ce62b07425e0540 (patch) | |
| tree | 078377431376608a623b09486f3445c7be3e1d8b /foot/foot.ini | |
| download | rivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.gz rivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.xz | |
Initial
Diffstat (limited to 'foot/foot.ini')
| -rw-r--r-- | foot/foot.ini | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 0000000..08868b6 --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,88 @@ +term=xterm-256color +# font=JetbrainsMono Nerd Font:Regular:size=11 +# font=IBM 3270:Regular:size=8 +font=IBM 3270:Regular:size=12 +# font=CozetteHiDpi:style=Medium:size=14 +# font=Iosevka Term:style=Regular:size=5.5 +dpi-aware=no +pad=20x20 +# pad=10x10 +# pad=5x5 +notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} + +[bell] +urgent=no +notify=no + +[scrollback] +lines=20000 +multiplier=3.0 +indicator-position=relative + +[mouse] +# hide-when-typing=no +hide-when-typing=yes + +[cursor] +color = 282C34 d8dee9 + +[colors] +alpha = 0.90 +foreground = d8dee9 +background = 282C34 + +regular0 = 3b4252 +regular1 = bf616a +regular2 = a3be8c +regular3 = ebcb8b +regular4 = 81a1c1 +regular5 = b48ead +regular6 = 88c0d0 +regular7 = e5e9f0 + +bright0 = 4c566a +bright1 = bf616a +bright2 = a3be8c +bright3 = ebcb8b +bright4 = 81a1c1 +bright5 = b48ead +bright6 = 8fbcbb +bright7 = eceff4 + +dim0 = 373e4d +dim1 = 94545d +dim2 = 809575 +dim3 = b29e75 +dim4 = 68809a +dim5 = 8c738c +dim6 = 6d96a5 +dim7 = aeb3bb + +[csd] + +[key-bindings] +# scrollback-up-half-page=Mod1+u +# scrollback-up-line=Mod1+k +# scrollback-down-half-page=Mod1+d +# scrollback-down-line=Mod1+j +clipboard-copy=Control+Shift+c +clipboard-paste=Control+Shift+v +primary-paste=Shift+Insert +# search-start=Control+f +font-increase=Control+plus Control+equal Control+KP_Add Mod1+Shift+k +font-decrease=Control+minus Control+KP_Subtract Mod1+Shift+j +font-reset=Control+0 Control+KP_0 +show-urls-launch=Control+Shift+i +show-urls-copy=Control+Shift+o + +[search-bindings] +cancel=Control+g Control+c Escape +commit=Return +find-prev=Control+p +find-next=Control+n +clipboard-paste=Control+v Control+y +primary-paste=Shift+Insert + +[url-bindings] + +[mouse-bindings] |
