Browse Source

updated alacritty settings

master
Josh Fabean 3 years ago
parent
commit
460986333a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .config/alacritty/alacritty.yml

+ 2
- 2
.config/alacritty/alacritty.yml View File

@ -259,7 +259,7 @@ colors:
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
visual_bell:
bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@ -329,7 +329,7 @@ selection:
save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
window.dynamic_title: true
cursor:
# Cursor style


Loading…
Cancel
Save