From 5d16610c576907443ac5477d5d74b8dc02f2b1f3 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 26 Sep 2023 12:40:55 +0300 Subject: [PATCH] More wezterm tweaks --- .config/wezterm/wezterm.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index a95d19a..21fba33 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -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