diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 23:46:24 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 23:48:16 +0200 |
commit | 99eb293e94c83a2262c7471a57bc7d6869923d9c (patch) | |
tree | 8f7529a8e76327b3637311e67d8e50cdd56b2d49 | |
parent | Fix(sys/font): Use the default terminal font, as it's best suited (diff) | |
download | nixos-config-99eb293e94c83a2262c7471a57bc7d6869923d9c.tar.gz nixos-config-99eb293e94c83a2262c7471a57bc7d6869923d9c.zip |
Fix(hm/conf/alacritty/bell): Enable and add command
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/alacritty/yaml/bell.yml | 6 |
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!"] |