use copyq as clipboard manager

This commit is contained in:
BarbUk 2016-12-06 18:42:01 +04:00
parent 3a98394f40
commit 9540fd85a5

5
snippy
View File

@ -72,11 +72,6 @@ run(){
# just return if nothing was selected
[[ -z "${FILE}" ]] && return 1
if [[ ${FILE} == 'clip' ]]; then
$(clipmenu ${MENU_ARGS})
exit 0
fi
if [ -f "${DIR}/${FILE}" ]; then
# Put the contents of the selected file into the paste buffer.
content="$(bashdown < "${DIR}/${FILE}")"