mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-08 04:19:39 +00:00
clip-color: killall colorpicker at start
This commit is contained in:
parent
aa091f84c0
commit
10857d3f1d
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
killall colorpicker > /dev/null
|
||||
|
||||
notify() {
|
||||
if [ "$(command -v notify-send)" ]; then
|
||||
notify-send "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user