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:
parent
8caa097ba8
commit
a73adfe7e4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue