dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.42k stars 338 forks source link

HOw to get rid of (A) in notifications #1320

Closed mrgreen3 closed 3 months ago

mrgreen3 commented 3 months ago

Not so much of an issue as a question.

How do I get rid of the (A) in notifications?

Currently running version 1.10.0

Dunstrc looks like this:

`[global] font = Sans 8 format = "%s" timeout = 5 frame_width = 1 icon_theme = elementary enable_recursive_icon_lookup = true

frame_color = "#889600" background = "#131c26" foreground = "#FFFFFF" width = 200`

I have tried searching the web but have found any real solution.

bynect commented 3 months ago
 # Display indicators for URLs (U) and actions (A).
    show_indicators = no
mrgreen3 commented 3 months ago

That did the trick, thank you very much ;-)