home: wm: dunst: add line wrapping
Once again, trying to make them actually readable.
This commit is contained in:
parent
1d26e5146c
commit
2b200fc98e
|
@ -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