diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-08-04 23:12:22 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-08-04 23:12:22 +0200 |
| commit | 348e59969cc4f875e8b89ef6959cd37a77280b92 (patch) | |
| tree | 54066c0a255c304c999a2997bc6dcaf0383c9403 /alacritty | |
| parent | f61d921fd24c24da4258217510c809825cdbf8f8 (diff) | |
.
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/alacritty.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 6f07fb8..774fa4d 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -36,6 +36,8 @@ window: # - none: Neither borders nor title bar decorations: full + dynamic_title: true + scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. @@ -198,7 +200,7 @@ colors: # - Linear # # Specifying a `duration` of `0` will disable the visual bell. -visual_bell: +bell: animation: EaseOutExpo duration: 0 @@ -259,7 +261,6 @@ selection: # clipboard. save_to_clipboard: false -dynamic_title: true cursor: # Cursor style |
