niri: switch to alacritty again

Ghostty cold start is very slow (GTK)
This commit is contained in:
Romain Paquet 2026-04-08 21:18:35 +02:00
parent f13107f311
commit bb84b18d54

View file

@ -115,7 +115,7 @@ binds {
Mod+Shift+Comma { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return { spawn "ghostty" "+new-window"; }
Mod+Return { spawn-sh "alacritty msg create-window || alacritty"; }
// Mod+D { spawn "dms" "ipc" "call" "spotlight" "toggle"; }
Mod+D { spawn "vicinae" "toggle"; }
Super+Alt+L hotkey-overlay-title="Lock session" { spawn "loginctl" "lock-session"; }
@ -295,7 +295,7 @@ binds {
Mod+Shift+P { power-off-monitors; }
Mod+N hotkey-overlay-title="Open notes" {
spawn-sh "ghostty -e hx --working-dir ~/notes ~/notes/notes.dj:9999";
spawn-sh "alacritty --working-directory ~/notes -e hx ~/notes/notes.dj:9999";
}
}