niri: Replace ghostty with alacritty

This commit is contained in:
2026-01-28 17:04:53 +01:00
parent 0064ae38c5
commit fc3f55842d

View File

@@ -334,7 +334,7 @@ binds {
// shows a list of important hotkeys.
Mod+Shift+Plus { show-hotkey-overlay; }
Mod+Return { spawn "ghostty"; }
Mod+Return { spawn "alacritty"; }
Mod+Plus { spawn "loginctl" "lock-session"; }
// TODO: why do i have to use spawn-sh?