added alacritty SpawnNewInstance keybind

This commit is contained in:
Bryan Ramos 2024-06-01 22:40:42 -04:00
parent a87e828968
commit 71f95690c3
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -8,6 +8,14 @@
opacity = 1;
};
keyboard.bindings = [
{
key = "Enter";
mods = "Alt | Shift";
action = "SpawnNewInstance";
}
];
colors = {
primary = {
background = "#000000";