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.size = 6;
|
||||||
font.normal.family = "Meslo LGSDZ Nerd Font";
|
font.normal.family = "Meslo LGSDZ Nerd Font";
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors = false;
|
keyboard.bindings = [
|
||||||
|
|
||||||
key_bindings = [
|
|
||||||
{
|
{
|
||||||
key = "Escape";
|
key = "Escape";
|
||||||
mods = "Control";
|
mods = "Control";
|
||||||
|
@ -18,6 +16,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
colors = with import ../common/solarized.nix; rec {
|
colors = with import ../common/solarized.nix; rec {
|
||||||
|
draw_bold_text_with_bright_colors = false;
|
||||||
|
|
||||||
# Default colors
|
# Default colors
|
||||||
primary = {
|
primary = {
|
||||||
background = base3;
|
background = base3;
|
||||||
|
|
Loading…
Reference in a new issue