diff options
author | dakkar <dakkar@thenautilus.net> | 2024-07-06 15:33:28 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-07-06 15:33:28 +0100 |
commit | b3508de6aba6b2815e78f432466b5d747f22461c (patch) | |
tree | 102076c270489aa8f6ae7c00071a2ea760f16091 | |
parent | alacritty 0.13 (diff) | |
download | dotfiles-b3508de6aba6b2815e78f432466b5d747f22461c.tar.gz dotfiles-b3508de6aba6b2815e78f432466b5d747f22461c.tar.bz2 dotfiles-b3508de6aba6b2815e78f432466b5d747f22461c.zip |
alacritty fix
-rw-r--r-- | .config/alacritty.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 8674566..f32300b 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -73,7 +73,6 @@ args = ["--login"] program = "/bin/bash" [window] -alt_send_esc = true opacity = 0.86 option_as_alt = "Both" resize_increments = true |