We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4e3ab commit a421a61Copy full SHA for a421a61
alacritty/alacritty.yml
@@ -15,6 +15,7 @@ env:
15
TERM: xterm-256color
16
17
window:
18
+ dynamic_title: false
19
20
# Window dimensions in character columns and lines
21
# (changes require restart)
@@ -158,7 +159,7 @@ colors:
158
159
#
160
# To completely disable the visual bell, set its duration to 0.
161
-visual_bell:
162
+bell:
163
animation: EaseOutExpo
164
duration: 0
165
@@ -278,7 +279,6 @@ mouse:
278
279
selection:
280
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
281
-dynamic_title: false
282
283
# Shell
284
0 commit comments