diff options
Diffstat (limited to 'dunst')
| -rw-r--r-- | dunst/dunstrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index a9eba7f..3e10f2e 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -126,7 +126,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "<b>%s</b>\n%b" + format = "<b>%s</b>\n%b%p" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -406,9 +406,9 @@ # appname = Pidgin # summary = *twitter.com* # urgency = normal -# -#[stack-volumes] -# appname = "some_volume_notifiers" -# set_stack_tag = "volume" -# + +[stack-volumes] + appname = "pulseaudio-ctl" + set_stack_tag = "volume" + # vim: ft=cfg |
