Bye bye pavucontrol, dmenu scripts consistency.

This commit is contained in:
Bartek Stalewski 2021-08-28 01:38:42 +02:00
parent 836e31ce61
commit 18c4407e77
5 changed files with 55 additions and 16 deletions

View file

@ -8,5 +8,5 @@ if [ -n "$1" ]; then
xdotool type "$chosen"
else
printf "$chosen" | xsel -l /dev/null
notify-send "'$chosen' copied to clipboard" &
dunstify "'$chosen' copied to clipboard" &
fi