Is it possible to reverse the order of messages displayed for mini view? #724
BerkeleyTrue
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have my setup use mini view for all notifications. This is my preferred setup, but my only gripe is that the nofications stack on top, while old messages are pushed to the bottom.
Is it possible to invert this behavior? I would like new messages to be inserted at the bottom of the stack, so the order is the same as ":messages" view would display them.
Here is my current config (in fennel)
Here is the current way it prints
I'd like it to display as "first\nsecond\nthird\n"
I've looked through the docs and did some source diving be I couldn't tell where the order is set.
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions