diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-22 13:12:28 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:47 +0200 |
| commit | d9115f49c08c85be476d3e42af37eb347ac957bf (patch) | |
| tree | 6cba48446284e4b48e7cc90777b66f20d0097ea0 /.config/foot/float.ini | |
| parent | 9930722b65ce48730fa04b269e828cdf2dcc7f73 (diff) | |
foot: add bind to pipe visible to clipboard
also some styling / font config
Diffstat (limited to '.config/foot/float.ini')
| -rw-r--r-- | .config/foot/float.ini | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/foot/float.ini b/.config/foot/float.ini index f2e8b02..375214b 100644 --- a/.config/foot/float.ini +++ b/.config/foot/float.ini @@ -4,12 +4,7 @@ url-launch=url-launcher ${url} bold-text-in-bright=yes bell=none -# [font] -# font=Cozette:style=Regular:size=6:weight=bold -font=Iosevka SS14:stlye=Slim:size=10 -font-bold=Iosevka SS14:stlye=Bold:size=10 -font-italic=Iosevka SS14:stlye=Italic:size=10 -font-bold-italic=Iosevka SS14:stlye=Bold Italic:size=10 +font=Iosevka Fixed SS08:stlye=Slim:size=9,Sarasa Fixed J:size=9,Material Design Icons Desktop:style=Regular [scrollback] lines=1000 @@ -46,3 +41,6 @@ hide-when-typing=no [csd] preferred=server + +[key-bindings] +pipe-visible=[sh -c "env MENU_PROMPT=foot-visible menu -l 10 | xargs -r url-launcher"] Control+Shift+P |