Use wezterm instead of foot
It's fast and Wayland native, but doesn't have the weird character box width glitch.
This commit is contained in:
@ -10,6 +10,9 @@ if wezterm.config_builder then
|
||||
config = wezterm.config_builder()
|
||||
end
|
||||
|
||||
config.font = wezterm.font 'Cascadia Mono'
|
||||
config.font_size = 13.5
|
||||
|
||||
-- This is where you actually apply your config choices
|
||||
|
||||
-- Selenized colors by Alan Orth
|
||||
|
Reference in New Issue
Block a user