diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 23:56:38 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 23:56:38 +0200 |
commit | 4f55befad0b2d85c1bc06cee48d540080b9bcdb0 (patch) | |
tree | ba8fca472ee0e17566b4786d9d8b992fc25d3e24 | |
parent | Fix(hm/pkgs): Add notify-send, as alacritty needs it (diff) | |
download | nixos-config-4f55befad0b2d85c1bc06cee48d540080b9bcdb0.tar.gz nixos-config-4f55befad0b2d85c1bc06cee48d540080b9bcdb0.zip |
Fix(hm/conf/alacritty/bell): Disable command as it's bothers me
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/alacritty/yaml/bell.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/conf/alacritty/yaml/bell.yml b/hm/soispha/conf/alacritty/yaml/bell.yml index cc88576e..bd071aeb 100644 --- a/hm/soispha/conf/alacritty/yaml/bell.yml +++ b/hm/soispha/conf/alacritty/yaml/bell.yml @@ -37,6 +37,6 @@ bell: # program: notify-send # args: ["Hello, World!"] # - command: - program: notify-send - args: ["The bell in alacritty was rung!"] + # command: + # program: notify-send + # args: ["The bell in alacritty was rung!"] |