chore(wezterm): change cursor style

main
sudo pacman -Syu 2023-07-06 10:05:01 +07:00
parent e50e9772f8
commit 755c1bb20f
1 changed files with 6 additions and 0 deletions

View File

@ -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",
}