From 26e72e6adacfafe3ead819fc861a65dd5282d14e Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 30 Jul 2024 15:38:25 +0200 Subject: [PATCH] update alacritty config --- alacritty.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/alacritty.toml b/alacritty.toml index 44a6154..126ba68 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -3,6 +3,9 @@ import = [ "~/.config/alacritty/themes/themes/catppuccin_macchiato.toml" ] +[env] +term = "xterm-256color" + [shell] program = "/bin/bash" args = ["-l"] @@ -18,3 +21,9 @@ size = 15 [font.normal] family = "JetBrainsMonoNL Nerd Font Mono" +# family = "Hack Nerd Font Mono" + +[keyboard] +bindings = [ + { key = "Enter", mods = "Command", action = "ToggleFullscreen"}, +]