fix: fix alacritty after migrating from NixOS

main
Flinner Yuu 1 year ago
parent ec0c51c07a
commit 39abcc64e4
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
  1. 4
      alacritty/.config/alacritty/alacritty.yml

@ -18,6 +18,7 @@ env:
TERM: xterm-256color
window:
opacity: 0.9
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
@ -245,7 +246,6 @@ font:
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
#background_opacity: 1.0
background_opacity: 0.9
#selection:
# This string contains all characters that are used as separators for "semantic words" in Alacritty.
@ -285,7 +285,7 @@ background_opacity: 0.9
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: /usr/bin/zsh
program: zsh
# args:
# - --login
# Startup directory

Loading…
Cancel
Save