Change dunstify to notidy-send

This commit is contained in:
2022-02-06 21:45:41 +01:00
parent 2c108d1682
commit b1de90b743
9 changed files with 69 additions and 73 deletions

View File

@@ -68,7 +68,7 @@ notify-always no
:END:
#+begin_src bash
dunstify --replace=38492 "Newsboat " "$1"
notify-send "Newsboat " "$1"
#+end_src
** Bindings
@@ -122,7 +122,7 @@ bookmark-interactive no
#+begin_src bash
buku --add "$1" --title "$2" --comment "$3" && \
dunstify "Buku" "Bookmark Added" && \
notify-send "Buku" "Bookmark Added" && \
exit 0
#+end_src