update eris config after changing DPI settings
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ TERM = "xterm-256color"
|
|||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 8.0
|
size = 12.0
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrainsMono NF"
|
family = "JetBrainsMono NF"
|
||||||
@@ -41,7 +41,7 @@ config = {
|
|||||||
cursor_blink_ease_in = 'Constant',
|
cursor_blink_ease_in = 'Constant',
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
font = wezterm.font('JetBrainsMono Nerd Font'),
|
font = wezterm.font('JetBrainsMono Nerd Font'),
|
||||||
font_size = 14,
|
font_size = 13,
|
||||||
-- font_dirs = { "~/.local/share/fonts/NerdFonts/" },
|
-- font_dirs = { "~/.local/share/fonts/NerdFonts/" },
|
||||||
window_background_opacity = 0.85,
|
window_background_opacity = 0.85,
|
||||||
macos_window_background_blur = 9,
|
macos_window_background_blur = 9,
|
||||||
@@ -54,4 +54,3 @@ config = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user