From 9540fd85a55ce221613c31a8bfe26a8a43994abd Mon Sep 17 00:00:00 2001 From: BarbUk Date: Tue, 6 Dec 2016 18:42:01 +0400 Subject: [PATCH] use copyq as clipboard manager --- snippy | 5 ----- 1 file changed, 5 deletions(-) diff --git a/snippy b/snippy index eaab71b..be07a30 100755 --- a/snippy +++ b/snippy @@ -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}")"