diff options
Diffstat (limited to 'modules/home.legacy/conf/alacritty/toml/bell.toml')
-rw-r--r-- | modules/home.legacy/conf/alacritty/toml/bell.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/alacritty/toml/bell.toml b/modules/home.legacy/conf/alacritty/toml/bell.toml new file mode 100644 index 00000000..912d08e3 --- /dev/null +++ b/modules/home.legacy/conf/alacritty/toml/bell.toml @@ -0,0 +1,7 @@ +# Bell +# +# The bell is rung every time the BEL control character is received. +[bell] +# Duration of the visual bell flash in milliseconds. A `duration` of `0` will +# disable the visual bell animation. +duration = 0 |