diff --git a/snippy.sh b/snippy.sh index 5d58fbb..6a84453 100755 --- a/snippy.sh +++ b/snippy.sh @@ -41,5 +41,5 @@ if [ -f ${DIR}/${FILE} ]; then xsel ${XSEL_ARGS} < ${DIR}/${FILE} # Paste into the current application. xdotool key ctrl+v #gui paste - xdotool key ctrl+shift+v #cli +# xdotool key ctrl+shift+v #cli fi diff --git a/snippy_1line.sh b/snippy_1line.sh index a585fc4..c978a84 100755 --- a/snippy_1line.sh +++ b/snippy_1line.sh @@ -46,5 +46,5 @@ if [ "${TEXT}" ]; then echo -n ${TEXT} | xsel ${XSEL_ARGS} # Paste into the current application. xdotool key ctrl+v #gui paste - xdotool key ctrl+shift+v #cli +# xdotool key ctrl+shift+v #cli fi