fix: fix alacritty after migrating from NixOS

This commit is contained in:
Flinner Yuu 2023-03-31 13:14:05 +03:00
parent ec0c51c07a
commit 39abcc64e4
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 2 deletions

View File

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