diff --git a/modules/home/wezterm/default.nix b/modules/home/wezterm/default.nix index d5e70ba..e63348a 100644 --- a/modules/home/wezterm/default.nix +++ b/modules/home/wezterm/default.nix @@ -39,6 +39,7 @@ in -- config.font_size = 12.0 config.hide_tab_bar_if_only_one_tab = true config.audible_bell = 'Disabled' + config.enable_wayland = false -- Somehow only works for wayland if this is set to false config.window_close_confirmation = 'NeverPrompt'