From c6cf796f15f596d2f2c6599828398de6fa4e7c60 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 30 Oct 2025 00:05:56 +0100 Subject: [PATCH] Adds a setting to spawn a new instance. With stacking in my WM like cosmic, it is almost all I need. Goodbye gnome-terminal. --- .config/alacritty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 4ea90b0..78a3e3e 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -44,3 +44,13 @@ blue= "#B1D2EE" magenta= "#E2C4EB" cyan= "#BAEEE7" white= "#C5C8C6" + +[keyboard] +bindings = [ + { key = "T", mods = "Control|Shift", action = "SpawnNewInstance" } +] + + +# Local Variables: +# vc-follow-symlinks: t +# End: