diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:29:01 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:29:01 +0200 |
| commit | 16a682ae6e1ce8a53392bea5e67ff9ef6a4e0eda (patch) | |
| tree | cb9ca46419846af694abdc24e6af24e205940784 /.config/foot/foot.ini | |
| parent | 92bd1ec4820b104d3d59371ffd9c17fc9ddef1a3 (diff) | |
foot: update
Signed-off-by: Robert Günzler <r@gnzler.io>
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 |