From 91664a1780ca1532145fef4f79c800e8fc3c5a70 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 7 Nov 2024 16:39:16 +0000 Subject: [PATCH] Updated weaterm config --- dot_config/wezterm/wezterm.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index af0c4c2..6a444a4 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -1,11 +1,12 @@ local wezterm = require("wezterm") local config = wezterm.config_builder() -config.enable_wayland = false +config.enable_wayland = true config.default_prog = { "nu" } config.color_scheme = "Tokyo Night" config.enable_kitty_keyboard = true config.font = wezterm.font("MonaspiceNeNerdFontMono") config.font_size = 16 +config.use_fancy_tab_bar = false return config