use copyq as clipboard manager
This commit is contained in:
parent
3a98394f40
commit
9540fd85a5
5
snippy
5
snippy
@ -72,11 +72,6 @@ run(){
|
|||||||
# just return if nothing was selected
|
# just return if nothing was selected
|
||||||
[[ -z "${FILE}" ]] && return 1
|
[[ -z "${FILE}" ]] && return 1
|
||||||
|
|
||||||
if [[ ${FILE} == 'clip' ]]; then
|
|
||||||
$(clipmenu ${MENU_ARGS})
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "${DIR}/${FILE}" ]; then
|
if [ -f "${DIR}/${FILE}" ]; then
|
||||||
# Put the contents of the selected file into the paste buffer.
|
# Put the contents of the selected file into the paste buffer.
|
||||||
content="$(bashdown < "${DIR}/${FILE}")"
|
content="$(bashdown < "${DIR}/${FILE}")"
|
||||||
|
Loading…
Reference in New Issue
Block a user