prototype: kill wl-paste function when done
1 files changed, 2 insertions(+), 0 deletions(-) M prototype/zachme-prototype.sh
M prototype/zachme-prototype.sh => prototype/zachme-prototype.sh +2 -0
@@ 2,4 2,6 @@ printf \n |wl-copy wl-paste -t text --watch sh clipwatcher.sh >>"$1" & +PPID=$! +trap "kill $PPID" EXIT micro -- "$1"