From 65edc736accd1b6d650e0ca040789a02796e9b04 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 22 Mar 2020 19:42:54 +0100 Subject: [PATCH] dunstify instead of notify-send --- dotfiles/scripts.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/scripts.org b/dotfiles/scripts.org index 8d82573..259030d 100644 --- a/dotfiles/scripts.org +++ b/dotfiles/scripts.org @@ -173,7 +173,7 @@ Finally, lock the screen using =i3lock=. xdotool key Shift+Insert else echo "$chosen" | tr -d '\n' | xsel -ib - notify-send "'$chosen' copied to clipboard." & + dunstify "'$chosen' copied to clipboard." & fi #+end_src