diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/foot/foot.ini | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 4b84ae3..a8829d1 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,15 +1,16 @@ include=~/.config/foot/colors.ini +term=foot-direct bold-text-in-bright=no box-drawings-uses-font-glyphs=no resize-delay-ms=0 initial-window-size-pixels=2560x1440 - -pad=0x0 +dpi-aware=no +pad=2x2 [colors] # color overwrites -alpha=0.98 +alpha=0.99 [bell] urgent=yes @@ -22,14 +23,19 @@ lines=1000 [mouse] hide-when-typing=no +alternate-scroll-mode=no [key-bindings] -pipe-visible=[wl-copy] Control+Shift+o -pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+p +unicode-input=Control+Mod1+u +show-urls-launch=Control+Shift+u +pipe-visible=[sh -c 'wl-copy ; notify-send foot "copied visible"'] Control+Shift+y +pipe-visible=[sh -c 'env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r wl-copy'] Control+Shift+o +pipe-scrollback=[sh -c 'grab-uris | sort -u | env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r url-launcher'] Control+Shift+p +pipe-scrollback=[sh -c 'wl-copy ; notify-send foot "copied scrollback"'] Control+Shift+l [url] osc8-underline=always -launch=url-launcher ${url} +launch=porta open-uri ${url} [search-bindings] cancel=Escape |