niri: switch to alacritty again
Ghostty cold start is very slow (GTK)
This commit is contained in:
parent
f13107f311
commit
bb84b18d54
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue