feat(wezterm): removed cursor blink animations

This commit is contained in:
2025-07-27 01:29:38 +02:00
parent 2d334575ab
commit e80035d440

View File

@@ -14,6 +14,8 @@ config.font = wezterm.font 'JetBrains Mono'
-- Theme
config.color_scheme = 'Grandshell (terminal.sexy)'
config.force_reverse_video_cursor = true
config.cursor_blink_ease_in = 'Constant'
config.cursor_blink_ease_out = 'Constant'
-- Window
config.window_background_opacity = 0.8