diff options
author | fpi | 2021-02-23 10:11:22 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:58 +0100 |
commit | e47aee7a409431e4b34ab1bf55634f59ee838e9d (patch) | |
tree | 52ad774648f92ba68187aac54582b88261ae429e | |
parent | Add vterm (diff) |
Update sauron config
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 5 |
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 |