mirror of https://github.com/Flinner/dots.git
fix: fix alacritty after migrating from NixOS
This commit is contained in:
parent
ec0c51c07a
commit
39abcc64e4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue