From 399f9a47e6a201dcfa4e21adf49317799986a47c Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Oct 2020 00:07:53 +0100 Subject: [PATCH] removed default stuff from dunst --- .config/dunst/dunstrc | 50 +++---------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 0845bcd..3225c0c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -369,51 +369,7 @@ skip_display = yes script = ~/.config/dunst/polybar-hook.sh -#[espeak] -# summary = "*" -# script = dunst_espeak.sh - -#[script-test] -# summary = "*script*" -# script = dunst_test.sh - -#[ignore] -# # This notification will not be displayed -# summary = "foobar" -# format = "" - -#[history-ignore] -# # This notification will not be saved in history -# summary = "foobar" -# history_ignore = yes - -#[skip-display] -# # This notification will not be displayed, but will be included in the history -# summary = "foobar" -# skip_display = yes - -#[signed_on] -# appname = Pidgin -# summary = "*signed on*" -# urgency = low -# -#[signed_off] -# appname = Pidgin -# summary = *signed off* -# urgency = low -# -#[says] -# appname = Pidgin -# summary = *says* -# urgency = critical -# -#[twitter] -# appname = Pidgin -# summary = *twitter.com* -# urgency = normal -# -#[stack-volumes] -# appname = "some_volume_notifiers" -# set_stack_tag = "volume" -# +[notification-sound] + appname = * + script = ~/.config/dunst/play-notification-sound.sh # vim: ft=cfg