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:
parent
4037b7521e
commit
b2f42465dd
1 changed files with 6 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue