wezterm: switch font
This commit is contained in:
parent
88e9f27e79
commit
61ffb3d646
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local config = {
|
||||||
name = "NVIDIA GeForce GTX 1070 Ti",
|
name = "NVIDIA GeForce GTX 1070 Ti",
|
||||||
},
|
},
|
||||||
enable_wayland = false,
|
enable_wayland = false,
|
||||||
font = wezterm.font("Monaspace Krypton"),
|
font = wezterm.font("JetBrainsMono NF Medium"),
|
||||||
font_size = 12.0,
|
font_size = 12.0,
|
||||||
window_background_opacity = 0.6,
|
window_background_opacity = 0.6,
|
||||||
text_background_opacity = 1.0,
|
text_background_opacity = 1.0,
|
||||||
|
|
Loading…
Reference in a new issue