clip-color: killall colorpicker at start

This commit is contained in:
Guilherme Rugai Freire 2021-08-29 22:15:26 -03:00
parent aa091f84c0
commit 10857d3f1d
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -1,5 +1,7 @@
#!/bin/sh
killall colorpicker > /dev/null
notify() {
if [ "$(command -v notify-send)" ]; then
notify-send "$@"