chore(wezterm): change cursor style
parent
e50e9772f8
commit
755c1bb20f
|
@ -6,7 +6,9 @@ return {
|
|||
font_size = 14.0,
|
||||
line_height = 1.2,
|
||||
use_cap_height_to_scale_fallback_fonts = true,
|
||||
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
|
||||
keys = {
|
||||
{
|
||||
key = "LeftArrow",
|
||||
|
@ -19,10 +21,14 @@ return {
|
|||
action = wezterm.action.ActivateTabRelative(1),
|
||||
},
|
||||
},
|
||||
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
tab_bar_at_bottom = true,
|
||||
|
||||
window_background_opacity = 0.9,
|
||||
text_background_opacity = 0.8,
|
||||
macos_window_background_blur = 15,
|
||||
|
||||
default_cursor_style = "SteadyBar",
|
||||
audible_bell = "Disabled",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue