Compare commits
2 commits
da404ea629
...
b2f42465dd
Author | SHA1 | Date | |
---|---|---|---|
b2f42465dd | |||
4037b7521e |
2 changed files with 7 additions and 31 deletions
|
@ -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"
|
||||
|
|
|
@ -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