diff --git a/dotfiles/config/sway/config b/dotfiles/config/sway/config index 941cb68..300d622 100644 --- a/dotfiles/config/sway/config +++ b/dotfiles/config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot +set $term wezterm # Your preferred application launcher # 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. diff --git a/dotfiles/wezterm.lua b/dotfiles/wezterm.lua index e28d60d..0d04b0d 100644 --- a/dotfiles/wezterm.lua +++ b/dotfiles/wezterm.lua @@ -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