From 9ffa2500e75a9da5e85d55d0bfa3960b461d3cd3 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 3 Jan 2026 16:11:01 +1000 Subject: [PATCH] Switch back to wezterm Can't seem to disable ghostty's annoying default key bindings. --- alex/sway.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alex/sway.nix b/alex/sway.nix index 54f682d..9466fe8 100644 --- a/alex/sway.nix +++ b/alex/sway.nix @@ -81,7 +81,7 @@ in config = { modifier = "Mod4"; - terminal = "ghostty"; + terminal = "wezterm"; menu = "fuzzel"; fonts = { names = [ "JetBrainsMono Nerd Font" ]; @@ -154,7 +154,7 @@ in keybindings = let modifier = "Mod4"; in lib.mkOptionDefault { - "${modifier}+Return" = "exec ghostty"; + "${modifier}+Return" = "exec wezterm"; "${modifier}+d" = "exec fuzzel"; "${modifier}+Shift+q" = "kill"; "${modifier}+Shift+c" = "reload"; @@ -261,7 +261,7 @@ in enable = true; settings = { main = { - terminal = "${pkgs.ghostty}/bin/ghostty"; + terminal = "${pkgs.wezterm}/bin/wezterm"; layer = "overlay"; width = 100; line-height = 40;