Some changes on Alacritty
This commit is contained in:
parent
7e870a26f9
commit
8c8932e775
1 changed files with 19 additions and 0 deletions
|
@ -8,6 +8,25 @@
|
|||
# References:
|
||||
# https://github.com/alacritty/alacritty
|
||||
#
|
||||
|
||||
live_config_reload: true
|
||||
|
||||
window:
|
||||
opacity: 0.8
|
||||
decorations: 'none'
|
||||
|
||||
bell:
|
||||
animation: 'EaseOutCubic'
|
||||
duration: 125
|
||||
color: '#bf616a'
|
||||
|
||||
cursor:
|
||||
style:
|
||||
shape: 'underline'
|
||||
blinking: Always
|
||||
blink_interval: 250
|
||||
unfocused_hollow: true
|
||||
|
||||
font:
|
||||
size: 9
|
||||
normal:
|
||||
|
|
Loading…
Reference in a new issue