From 999045623c4302529895b891e679d661787c7d32 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 22:14:57 +0200 Subject: [PATCH] All dunstify and notify-send notifications won't show appname. --- arch-config/.config/dunst/dunstrc | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc index f001cda0..2c18a13b 100644 --- a/arch-config/.config/dunst/dunstrc +++ b/arch-config/.config/dunst/dunstrc @@ -429,20 +429,14 @@ #[stack-volumes] # appname = "some_volume_notifiers" # set_stack_tag = "volume" -# -[dunstify-volume] - appname = "dunstify" - summary = "*─*" - format = "%s\n%b" - history_ignore = yes - timeout = 5 - alignment = left -[dunstify-mute] +[dunstify] appname = "dunstify" - summary = "*Mute*" format = "%s\n%b" - history_ignore = yes timeout = 5 +[notify-send] + appname = "notify-send" + format = "%s\n%b" + # vim: ft=cfg