From 68f2f411a42d39df99312205f33fe7b0b5ebeb6c Mon Sep 17 00:00:00 2001 From: arunoruto Date: Mon, 7 Oct 2024 21:56:21 +0200 Subject: [PATCH] Enable wayland for wezterm --- modules/home-manager/pc/terminal/wezterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/pc/terminal/wezterm.nix b/modules/home-manager/pc/terminal/wezterm.nix index 2e15488..f46040d 100644 --- a/modules/home-manager/pc/terminal/wezterm.nix +++ b/modules/home-manager/pc/terminal/wezterm.nix @@ -13,7 +13,7 @@ local wezterm = require 'wezterm' local config = {} config.audible_bell = "Disabled" - config.enable_wayland = true + config.enable_wayland = false config.hide_tab_bar_if_only_one_tab = true -- config.window_decorations = 'TITLE | RESIZE' config.window_decorations = 'RESIZE'