diff options
author | dakkar <dakkar@thenautilus.net> | 2024-07-06 15:32:50 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-07-06 15:32:50 +0100 |
commit | d6220c88d46c3366f6cd41bac8d72960994eec53 (patch) | |
tree | eb05a67d0b993f30e34f09e2277415bd1c5efef6 | |
parent | alacritty 0.13 (diff) | |
download | dotfiles-d6220c88d46c3366f6cd41bac8d72960994eec53.tar.gz dotfiles-d6220c88d46c3366f6cd41bac8d72960994eec53.tar.bz2 dotfiles-d6220c88d46c3366f6cd41bac8d72960994eec53.zip |
alacritty fix
-rw-r--r-- | .config/alacritty.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty.toml b/.config/alacritty.toml index e5743ba..2e2afee 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -31,6 +31,7 @@ foreground = "0xdddddd" [font] size = 7.0 +builtin_box_drawing = false [font.bold] family = "DejaVuSansM Nerd Font Mono" @@ -73,7 +74,6 @@ args = ["--login"] program = "/bin/bash" [window] -alt_send_esc = true opacity = 0.86 option_as_alt = "Both" resize_increments = true |