From 0e194a803453c6c937318b0d78acf6e1a4aa256c Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 1 Jun 2023 17:18:55 +0200 Subject: [PATCH] Alacritty alt_send no longer needed to be set true --- users/ellmau/alacritty.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/users/ellmau/alacritty.nix b/users/ellmau/alacritty.nix index 9dc14d8..5159bfc 100644 --- a/users/ellmau/alacritty.nix +++ b/users/ellmau/alacritty.nix @@ -7,10 +7,7 @@ programs.alacritty = { enable = true; settings = { - window = { - decorations = "none"; - }; - alt_send_esc = true; + window = {decorations = "none";}; font = { normal.family = "Hasklug Nerd Font"; size = 14;