From ae0f6ec0ef6ad4927f463fedf0a1635aa9373e35 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 5 Oct 2024 16:17:48 +0200 Subject: [PATCH] Make wezterm work on hyprland --- modules/home/wezterm/default.nix | 1 + 1 file changed, 1 insertion(+) 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'