Replies: 1 comment
-
Hello, I think that currently the ellipsize property is applied to the whole layout, so to do what you want we would need to modify and provide an extra ellipsize property. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is there a way to configure Dunst so that the notification summary stays on a single line? Currently, when the summary is long, it wraps over multiple lines and, with specific height set, takes up the entire notification space, resulting in this appearance:
I'm trying to achieve something similar to this:

Even just simply cut out without ellipsis would be fine.
I went through the
dunst(5)
and Pango markdown but didn't find anything useful or similar to HTML'snowrap
attribute or CSS'swhite-space
.Beta Was this translation helpful? Give feedback.
All reactions