From a2e7c80eeb99cc9f4eac492306f7385d70b8c5b6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 2 Jul 2018 08:55:02 +0200 Subject: [PATCH] Move alert from notifications (direct DBus) to libnotify It means an external process for every notification, but DBus seems to be veery slow. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2459074..c57776e 100644 --- a/init.el +++ b/init.el @@ -779,7 +779,7 @@ INFO plist." (alert-define-style 'termux :title "Notify using termux" :notifier #'alert-termux-notify)) 'termux) - 'notifications))) + 'libnotify))) (use-package newsticker :demand