Compare commits

...

2 commits

Author SHA1 Message Date
b2f42465dd
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.
2024-12-25 17:46:17 +05:30
4037b7521e
alacritty: 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.
2024-12-25 17:46:16 +05:30
2 changed files with 7 additions and 31 deletions

View file

@ -39,27 +39,7 @@ render_timer = false
TERM = "alacritty"
[font]
size = 26.0
[font.bold]
family = "monospace"
style = "Bold"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "monospace"
style = "Bold Italic"
[font.normal]
family = "monospace"
style = "Medium Italic"
[font.offset]
x = 0
y = 0
size = 28
[[hints.enabled]]
command = "xdg-open"

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