From 4f55befad0b2d85c1bc06cee48d540080b9bcdb0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 23:56:38 +0200 Subject: Fix(hm/conf/alacritty/bell): Disable command as it's bothers me --- hm/soispha/conf/alacritty/yaml/bell.yml | 6 +++--- 1 file 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!"] -- cgit 1.4.1