dunstify instead of notify-send

This commit is contained in:
Thomas Dehaeze 2020-03-22 19:42:54 +01:00
parent 33d7056d85
commit 65edc736ac

View File

@ -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