diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/foot/foot.ini | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/foot/foot.ini')
| -rw-r--r-- | .config/foot/foot.ini | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini deleted file mode 100644 index a8829d1..0000000 --- a/.config/foot/foot.ini +++ /dev/null @@ -1,52 +0,0 @@ -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 -dpi-aware=no -pad=2x2 - -[colors] -# color overwrites -alpha=0.99 - -[bell] -urgent=yes -notify=no -#command=beep -b -#command-focused=beep -b - -[scrollback] -lines=1000 - -[mouse] -hide-when-typing=no -alternate-scroll-mode=no - -[key-bindings] -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=porta open-uri ${url} - -[search-bindings] -cancel=Escape -commit=Return - -[url-bindings] -cancel=Escape -toggle-url-visible=t - -[tweak] -grapheme-shaping=yes -overflowing-glyphs=yes -font-monospace-warn=no -max-shm-pool-size-mb=1024 |