chore(grfn/home): Update alacritty config for deprecated keys

Change-Id: Ibd22fc94c7e833cabbc158aeb43f1958226ab5d5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10730
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
Aspen Smith 2024-02-01 16:06:57 -05:00 committed by clbot
parent 8caa097ba8
commit a73adfe7e4

View file

@ -7,9 +7,7 @@
font.size = 6;
font.normal.family = "Meslo LGSDZ Nerd Font";
draw_bold_text_with_bright_colors = false;
key_bindings = [
keyboard.bindings = [
{
key = "Escape";
mods = "Control";
@ -18,6 +16,8 @@
];
colors = with import ../common/solarized.nix; rec {
draw_bold_text_with_bright_colors = false;
# Default colors
primary = {
background = base3;