From 3916a28e88cbf50f4f80216c7ce6dcd11078ce73 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:54:39 +0100 Subject: [PATCH] niri: use kitty as terminal --- modules/home/niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/niri/config.kdl b/modules/home/niri/config.kdl index 641f71c..fa0920f 100644 --- a/modules/home/niri/config.kdl +++ b/modules/home/niri/config.kdl @@ -151,7 +151,7 @@ window-rule { binds { Mod+Shift+Backslash { show-hotkey-overlay; } - Mod+T { spawn "wezterm" "start"; } + Mod+T { spawn "kitty"; } Mod+D { spawn "fuzzel"; } Super+Alt+L { spawn "swaylock"; }