From e47aee7a409431e4b34ab1bf55634f59ee838e9d Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 23 Feb 2021 10:11:22 +0100 Subject: Update sauron config --- emacs-init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 0fc8a7c..2aa3393 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5839,7 +5839,10 @@ Instead of =$= use =⏎= to indicate newlines (use-package sauron :straight t :custom - (sauron-separate-frame (not (eq (fpi/current-device-info :wm) 'exwm)))) + (sauron-separate-frame (not (eq (fpi/current-device-info :wm) 'exwm))) + (sauron-notifications-urgency-to-priority-plist '(:low 2 :normal 4 :critical 5 :otherwise 2)) + :config + (add-to-list 'sauron-modules 'sauron-dbus)) (use-package alert :straight t) (use-package org-alert -- cgit v1.2.3