summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org13
1 files changed, 12 insertions, 1 deletions
diff --git a/init.org b/init.org
index 4f138cb..ae1c606 100644
--- a/init.org
+++ b/init.org
@@ -708,7 +708,18 @@
:diminish)
(use-package jao-ednc
- :demand t)
+ :after ednc
+ :commands (jao-ednc-setup)
+ :config
+ (jao-ednc-ignore-app "Spotify")
+ (jao-ednc-ignore-app "NetworkManager")
+ (defhydra jao-hydra-ednc (:color blue)
+ "Notifications"
+ ("s" jao-ednc-show "show last")
+ ("d" jao-ednc-dismiss "dismiss last")
+ ("D" jao-ednc-dismiss-all "dismiss all")
+ ("i" jao-ednc-invoke-last-action "invoke last action")
+ ("n" jao-ednc-pop "show all")))
#+end_src
* Calendar, diary, weather
*** Diary