Switching to built-in qtile's notification system.
This commit is contained in:
parent
58e39e049a
commit
f340ed7c15
5 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue