Introduce a custom vis-clipboard script
parent
a5098e0885
commit
466ff6507c
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
--copy) wl-copy -t TEXT 2>/dev/null;;
|
||||
--paste) wl-paste --no-newline -t TEXT;;
|
||||
*) printf "%s [--copy|--paste]\n" "$(basename "$0")" ;;
|
||||
esac
|
Loading…
Reference in New Issue