From 99eb293e94c83a2262c7471a57bc7d6869923d9c Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 23:46:24 +0200 Subject: Fix(hm/conf/alacritty/bell): Enable and add command --- hm/soispha/conf/alacritty/yaml/bell.yml | 6 ++++-- 1 file 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!"] -- cgit 1.4.1