kitty conf with antialias and a decent font config.
parent
8a6aa1aa44
commit
9dda374e53
|
@ -0,0 +1,14 @@
|
||||||
|
font_size 10
|
||||||
|
|
||||||
|
background_opacity 0.6
|
||||||
|
# Enable GPU rendering
|
||||||
|
force_bitmap yes
|
||||||
|
# Enable antialiasing
|
||||||
|
draw_text_antialias yes
|
||||||
|
|
||||||
|
font_family Motomachi
|
||||||
|
bold_font Motomachi Medium
|
||||||
|
bold_italic_font Motomachi Light
|
||||||
|
|
||||||
|
# Enable subpixel rendering
|
||||||
|
draw_text_subpixel_order bgr
|
Loading…
Reference in New Issue