mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
added alacritty SpawnNewInstance keybind
This commit is contained in:
parent
a87e828968
commit
71f95690c3
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@
|
|||
opacity = 1;
|
||||
};
|
||||
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Enter";
|
||||
mods = "Alt | Shift";
|
||||
action = "SpawnNewInstance";
|
||||
}
|
||||
];
|
||||
|
||||
colors = {
|
||||
primary = {
|
||||
background = "#000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue