From 065ce919e2a3ae8388ab54ffe5bed533877be70d Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Fri, 14 Mar 2025 19:48:20 +0100 Subject: [PATCH] niri: use ghostty instead of kitty as terminal --- modules/home/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/niri/config.kdl b/modules/home/niri/config.kdl index 4823fe8..7d34d17 100644 --- a/modules/home/niri/config.kdl +++ b/modules/home/niri/config.kdl @@ -155,7 +155,7 @@ hotkey-overlay { binds { Mod+Shift+Backslash { show-hotkey-overlay; } - Mod+T { spawn "kitty"; } + Mod+T { spawn "ghostty"; } Mod+D { spawn "fuzzel"; } Super+Alt+L { spawn "swaylock"; } @@ -354,4 +354,4 @@ binds { // Powers off the monitors. To turn them back on, do any input like // moving the mouse or pressing any other key. Mod+Shift+P { power-off-monitors; } -} \ No newline at end of file +}