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:
parent
634e44346c
commit
190e1cd550
@ -14,7 +14,7 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term foot
|
set $term wezterm
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
@ -10,6 +10,9 @@ if wezterm.config_builder then
|
|||||||
config = wezterm.config_builder()
|
config = wezterm.config_builder()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.font = wezterm.font 'Cascadia Mono'
|
||||||
|
config.font_size = 13.5
|
||||||
|
|
||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
|
|
||||||
-- Selenized colors by Alan Orth
|
-- Selenized colors by Alan Orth
|
||||||
|
Loading…
Reference in New Issue
Block a user