More wezterm tweaks

This commit is contained in:
Arti Zirk 2023-09-26 12:40:55 +03:00
parent 94e8abf192
commit 5d16610c57
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ end
-- This is where you actually apply your config choices
config.font = wezterm.font 'Terminus'
config.adjust_window_size_when_changing_font_size = false
config.color_scheme = 'Tango (base16)'
config.colors = {
-- The default text color
@ -31,6 +32,7 @@ config.window_padding = {
bottom = 0,
}
front_end = "WebGpu"
config.enable_kitty_keyboard = true