Reversed order of mailbox popups

This commit is contained in:
Yessiest 2022-03-21 13:33:25 +00:00
parent 8166cca713
commit 0dc2bd757e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ return function(args)
}
)
naughty.config.notify_callback = function(update_args)
notifications_list:add(style.button(
notifications_list:insert(1,style.button(
{
(update_args.icon and {
image = update_args.icon,