mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
wezterm: update IME and ASCII bell support
This commit is contained in:
parent
65bf38fa73
commit
6560899a70
@ -21,6 +21,18 @@ function module.apply_to_config(config)
|
||||
config.enable_wayland = true
|
||||
config.force_reverse_video_cursor = true
|
||||
|
||||
-- Use some IME.
|
||||
config.use_ime = true
|
||||
|
||||
-- Set up the visual bell.
|
||||
config.audible_bell = "SystemBeep"
|
||||
config.visual_bell = {
|
||||
fade_in_function = 'EaseIn',
|
||||
fade_in_duration_ms = 75,
|
||||
fade_out_function = 'EaseOut',
|
||||
fade_out_duration_ms = 75,
|
||||
}
|
||||
|
||||
return config
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user