about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/alacritty/yaml/bell.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/hm/soispha/conf/alacritty/yaml/bell.yml b/hm/soispha/conf/alacritty/yaml/bell.yml
index d838061b..cc88576e 100644
--- a/hm/soispha/conf/alacritty/yaml/bell.yml
+++ b/hm/soispha/conf/alacritty/yaml/bell.yml
@@ -1,7 +1,7 @@
 # Bell
 #
 # The bell is rung every time the BEL control character is received.
-#bell:
+bell:
   # Visual Bell Animation
   #
   # Animation effect for flashing the screen when the visual bell is rung.
@@ -37,4 +37,6 @@
   #     program: notify-send
   #     args: ["Hello, World!"]
   #
-  #command: None
+  command:
+    program: notify-send
+    args: ["The bell in alacritty was rung!"]