aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 23:46:24 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 23:48:16 +0200
commit99eb293e94c83a2262c7471a57bc7d6869923d9c (patch)
tree8f7529a8e76327b3637311e67d8e50cdd56b2d49 /hm
parentFix(sys/font): Use the default terminal font, as it's best suited (diff)
downloadnixos-config-99eb293e94c83a2262c7471a57bc7d6869923d9c.zip
Fix(hm/conf/alacritty/bell): Enable and add command
Diffstat (limited to 'hm')
-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!"]