home: wm: dunst: add line wrapping
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Once again, trying to make them actually readable.
This commit is contained in:
parent
3fdcfb5b5f
commit
23c6093c36
|
@ -21,6 +21,7 @@ in
|
||||||
progress_bar = true; # show a progress bar in notification bubbles
|
progress_bar = true; # show a progress bar in notification bubbles
|
||||||
separator_color = "frame"; # use frame color to separate bubbles
|
separator_color = "frame"; # use frame color to separate bubbles
|
||||||
sort = true; # sort messages by urgency
|
sort = true; # sort messages by urgency
|
||||||
|
word_wrap = true; # Break long lines to make them readable
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
|
|
Loading…
Reference in a new issue