diff options
| author | Robert Günzler <r@gnzler.io> | 2021-05-31 16:47:36 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-05-31 16:47:36 +0200 |
| commit | 316dfe676c98b26b0892ac943e10e930dc76397a (patch) | |
| tree | 4254accb62d77c9c614c7468c3359c327eed7610 | |
| parent | 20f97518530e5239963d73e7755e1861d9eee605 (diff) | |
foot: update config with upstream changes
| -rw-r--r-- | .config/foot/float.ini | 5 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 21 |
2 files changed, 18 insertions, 8 deletions
diff --git a/.config/foot/float.ini b/.config/foot/float.ini index 375214b..7c1d9e8 100644 --- a/.config/foot/float.ini +++ b/.config/foot/float.ini @@ -1,11 +1,12 @@ pad=10x10 app-id=__floating-foot -url-launch=url-launcher ${url} bold-text-in-bright=yes -bell=none font=Iosevka Fixed SS08:stlye=Slim:size=9,Sarasa Fixed J:size=9,Material Design Icons Desktop:style=Regular +[url] +launch=url-launcher ${url} + [scrollback] lines=1000 diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 5bbebdd..f5a37ee 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,19 +1,22 @@ # vim: commentstring=#\ %s -url-launch=url-launcher ${url} bold-text-in-bright=no -bell=none # font=Cozette:style=Regular:size=6:weight=bold -font=Iosevka Fixed SS08:style=Slim:size=9,Sarasa Fixed J:size=9,Material Design Icons Desktop:style=Regular -letter-spacing=0 -dpi-aware=yes +font=Iosevka Term SS08:size=9,Sarasa Fixed J:size=9,Material Design Icons Desktop + +[bell] +urgent=yes +notify=no +command=beep -b +command-focused=beep -b [scrollback] lines=1000 [cursor] color=1c1c1c d0d0d0 +beam-thickness=0.8 [mouse] hide-when-typing=yes @@ -33,10 +36,13 @@ scrollback-up-page=Shift+Page_Up scrollback-down-page=Shift+Page_Down search-start=Control+Shift+R -pipe-visible=[sh -c "bemenu | xargs -r url-launcher"] Control+Shift+P +pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+P pipe-visible=[wl-copy] Control+Shift+O # pipe-selected=[sh -c "xurls | bemenu | xargs -r firefox"] none +[url] +launch=url-launcher ${url} + [search-bindings] cancel=Escape commit=Return @@ -71,3 +77,6 @@ selection-foreground=1c1c1c jump-labels=58b2dc fffffb urls=66bab7 alpha=0.95 + +[tweak] +allow-overflowing-double-width-glyphs=no |