diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/float.ini | 47 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 7 |
2 files changed, 3 insertions, 51 deletions
diff --git a/.config/foot/float.ini b/.config/foot/float.ini deleted file mode 100644 index 7c1d9e8..0000000 --- a/.config/foot/float.ini +++ /dev/null @@ -1,47 +0,0 @@ -pad=10x10 -app-id=__floating-foot -bold-text-in-bright=yes - -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 - -[colors] -background=1c1c1c -foreground=bdc0ba - -regular0=1c1c1c -regular1=e03c8a -regular2=90b44b -regular3=caad5f -regular4=58b2dc -regular5=828282 -regular6=e3916e -regular7=bdc0ba -bright0=535953 -bright1=86c166 -bright2=ddd23b -bright3=b28fce -bright4=ffb11b -bright5=66bab7 -bright6=77969a -bright7=fffffb - -selection-background=ddd23b -selection-foreground=1c1c1c -jump-labels=58b2dc fffffb -urls=66bab7 -alpha=0.9 - -[mouse] -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 diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index f5a37ee..32cff22 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,10 +1,10 @@ # vim: commentstring=#\ %s +# font=Cozette:style=Medium +font=Iosevka Term SS08:size=12,Sarasa Fixed J:size=12,Material Design Icons Desktop +dpi-aware=no bold-text-in-bright=no -# font=Cozette:style=Regular:size=6:weight=bold -font=Iosevka Term SS08:size=9,Sarasa Fixed J:size=9,Material Design Icons Desktop - [bell] urgent=yes notify=no @@ -79,4 +79,3 @@ urls=66bab7 alpha=0.95 [tweak] -allow-overflowing-double-width-glyphs=no |