niri: use ghostty instead of kitty as terminal

This commit is contained in:
Veneficium 2025-03-14 19:48:20 +01:00
parent f47ecd61ee
commit 065ce919e2

View file

@ -155,7 +155,7 @@ hotkey-overlay {
binds { binds {
Mod+Shift+Backslash { show-hotkey-overlay; } Mod+Shift+Backslash { show-hotkey-overlay; }
Mod+T { spawn "kitty"; } Mod+T { spawn "ghostty"; }
Mod+D { spawn "fuzzel"; } Mod+D { spawn "fuzzel"; }
Super+Alt+L { spawn "swaylock"; } Super+Alt+L { spawn "swaylock"; }
@ -354,4 +354,4 @@ binds {
// Powers off the monitors. To turn them back on, do any input like // Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key. // moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; } Mod+Shift+P { power-off-monitors; }
} }