foot: Only specify monospace and increase size

This makes it easier to change a font from font configuration
instead of having to change it for every application.

While at it, also disable processing of Sixel images.
This commit is contained in:
Sanchayan Maity 2024-12-17 20:24:19 +05:30
parent 4037b7521e
commit b2f42465dd
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1,15 +1,10 @@
# vim: ft=dosini
term = foot-extra
login-shell = no
shell = tmux attach -t scratch
font = monospace:style=Medium Italic:size=26
font-bold = monospace:style=Bold:size=26
font-italic = monospace:style=SemiBold Italic:size=26
font-bold-italic = monospace:style=Bold Italic:size=26
box-drawings-uses-font-glyphs = yes
dpi-aware = no
term = foot-extra
login-shell = no
shell = tmux attach -t scratch
font = monospace:size=28
font-monospace-warn = no
[scrollback]
lines = 0
@ -51,3 +46,4 @@ show-urls-copy = Control+Shift+e
[tweak]
max-shm-pool-size-mb = 2048
sixel = no