summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2021-02-23 10:11:22 +0100
committerfpi2022-03-17 14:37:58 +0100
commite47aee7a409431e4b34ab1bf55634f59ee838e9d (patch)
tree52ad774648f92ba68187aac54582b88261ae429e
parentAdd vterm (diff)
Update sauron config
-rw-r--r--emacs-init.org5
1 files changed, 4 insertions, 1 deletions
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