All dunstify and notify-send notifications won't show appname.

This commit is contained in:
RealStickman 2020-10-10 22:14:57 +02:00
parent 5509dddc86
commit 999045623c

View File

@ -429,20 +429,14 @@
#[stack-volumes]
# appname = "some_volume_notifiers"
# set_stack_tag = "volume"
#
[dunstify-volume]
appname = "dunstify"
summary = "*─*"
format = "<b>%s</b>\n%b"
history_ignore = yes
timeout = 5
alignment = left
[dunstify-mute]
[dunstify]
appname = "dunstify"
summary = "*Mute*"
format = "<b>%s</b>\n%b"
history_ignore = yes
timeout = 5
[notify-send]
appname = "notify-send"
format = "<b>%s</b>\n%b"
# vim: ft=cfg