Switching to built-in qtile's notification system.

This commit is contained in:
Bartek Stalewski 2022-11-06 16:27:52 +01:00
parent 58e39e049a
commit f340ed7c15
5 changed files with 10 additions and 6 deletions

View file

@ -7,5 +7,5 @@ if [ -n "$1" ]; then
xdotool type "$chosen"
else
printf "$chosen" | xclip -rmlastnl
dunstify "'$chosen' copied to clipboard" &
notify-send "'$chosen' copied to clipboard" &
fi