调整alacritty的缩放系数
parent
a21dc858bf
commit
41506c6dd1
|
@ -1,17 +1,21 @@
|
||||||
env:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: alacritty
|
||||||
|
WINIT_X11_SCALE_FACTOR: '1.125'
|
||||||
|
|
||||||
window:
|
window:
|
||||||
dimensions:
|
dimensions:
|
||||||
columns: 135
|
columns: 135
|
||||||
lines: 40
|
lines: 40
|
||||||
|
|
||||||
|
padding:
|
||||||
|
x: 6
|
||||||
|
y: 6
|
||||||
|
|
||||||
opacity: 0.96
|
opacity: 0.96
|
||||||
|
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
history: 100000
|
history: 66666
|
||||||
|
|
||||||
|
|
||||||
font:
|
font:
|
||||||
|
|
Loading…
Reference in New Issue