niri: use ghostty instead of kitty as terminal
This commit is contained in:
parent
f47ecd61ee
commit
065ce919e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue